BAEL-8961 Fix surefire configs of spring-4, jasyptdemo, spring-boot logging and mvc, auth projects

- Test classes renaming as per standards
- Surefire config fixes, pom standardization
- Added packaging pom at spring-cloud-security module
This commit is contained in:
Dhawal Kapil
2018-09-18 21:16:26 +05:30
parent 59ae883c59
commit 87c568052e
11 changed files with 41 additions and 60 deletions
@@ -14,7 +14,7 @@ import com.baeldung.jasypt.Main;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = {Main.class})
public class CustomJasyptTest {
public class CustomJasyptIntegrationTest {
@Autowired
ApplicationContext appCtx;
@@ -13,7 +13,7 @@ import com.baeldung.jasypt.simple.PropertyServiceForJasyptSimple;
@RunWith(SpringRunner.class)
@SpringBootTest
public class JasyptSimpleTest {
public class JasyptSimpleIntegrationTest {
@Autowired
ApplicationContext appCtx;
@@ -14,7 +14,7 @@ import com.baeldung.jasypt.starter.PropertyServiceForJasyptStarter;
@RunWith(SpringRunner.class)
@SpringBootTest
public class JasyptWithStarterTest {
public class JasyptWithStarterIntegrationTest {
@Autowired
ApplicationContext appCtx;