BAEL-8961 Fix surefire configs of spring-4, jasyptdemo, spring-boot logging and mvc, auth projects
- Renamed spring-cloud-security tests to *IntegrationTest as contextLoad was tested in these tests.
This commit is contained in:
parent
87c568052e
commit
c67e8e817c
|
@ -9,7 +9,7 @@ import com.baeldung.CloudSite;
|
|||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(classes = CloudSite.class)
|
||||
public class Springoath2ApplicationUnitTest {
|
||||
public class Springoath2ApplicationIntegrationTest {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
|
@ -7,7 +7,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class PersonserviceApplicationUnitTest {
|
||||
public class PersonserviceApplicationIntegrationTest {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
Loading…
Reference in New Issue