[BAEL-12669] - Check modules that don't use our standard parents

This commit is contained in:
amit2103
2019-02-17 23:48:11 +05:30
parent e2988ce85d
commit 2252d72184
19 changed files with 85 additions and 67 deletions
@@ -26,7 +26,7 @@ import org.springframework.test.context.junit4.SpringRunner;
@AutoConfigureTestDatabase
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class GreetingControllerTest {
public class GreetingControllerUnitTest {
private static final String SIMPLE_GREETING = "/greeting/simple";
private static final String ADVANCED_GREETING = "/greeting/advanced";