Loading vessels-commands/src/test/java/es/redmic/test/vesselscommands/integration/translation/ExceptionsTranslationTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ import org.springframework.boot.test.context.SpringBootTest; import org.springframework.context.MessageSource; import org.springframework.kafka.test.rule.KafkaEmbedded; import org.springframework.test.context.ActiveProfiles; import org.springframework.test.context.TestPropertySource; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import es.redmic.commandslib.exceptions.HistoryNotFoundException; Loading @@ -28,6 +29,7 @@ import es.redmic.vesselscommands.commands.vessel.UpdateVesselCommand; @RunWith(SpringJUnit4ClassRunner.class) @SpringBootTest(classes = { VesselsCommandsApplication.class }) @ActiveProfiles("test") @TestPropertySource(properties = { "schema.registry.port=0" }) public class ExceptionsTranslationTest { @ClassRule Loading Loading
vessels-commands/src/test/java/es/redmic/test/vesselscommands/integration/translation/ExceptionsTranslationTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ import org.springframework.boot.test.context.SpringBootTest; import org.springframework.context.MessageSource; import org.springframework.kafka.test.rule.KafkaEmbedded; import org.springframework.test.context.ActiveProfiles; import org.springframework.test.context.TestPropertySource; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import es.redmic.commandslib.exceptions.HistoryNotFoundException; Loading @@ -28,6 +29,7 @@ import es.redmic.vesselscommands.commands.vessel.UpdateVesselCommand; @RunWith(SpringJUnit4ClassRunner.class) @SpringBootTest(classes = { VesselsCommandsApplication.class }) @ActiveProfiles("test") @TestPropertySource(properties = { "schema.registry.port=0" }) public class ExceptionsTranslationTest { @ClassRule Loading