JAVA-9494: Rename nested tests to LiveTest (#11719)
This commit is contained in:
parent
92de14b9ee
commit
6c8777fb21
@ -48,7 +48,7 @@ class CassandraNestedLiveTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Nested
|
@Nested
|
||||||
class ApplicationContextIntegrationTest {
|
class ApplicationContextLiveTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void givenCassandraContainer_whenSpringContextIsBootstrapped_thenContainerIsRunningWithNoExceptions() {
|
void givenCassandraContainer_whenSpringContextIsBootstrapped_thenContainerIsRunningWithNoExceptions() {
|
||||||
@ -58,7 +58,7 @@ class CassandraNestedLiveTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Nested
|
@Nested
|
||||||
class CarRepositoryIntegrationTest {
|
class CarRepositoryLiveTest {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private CarRepository carRepository;
|
private CarRepository carRepository;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user