JAVA-9494: Rename nested tests to LiveTest (#11719)

This commit is contained in:
kwoyke 2022-01-18 15:54:48 +01:00 committed by GitHub
parent 92de14b9ee
commit 6c8777fb21
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class CassandraNestedLiveTest {
}
@Nested
class ApplicationContextIntegrationTest {
class ApplicationContextLiveTest {
@Test
void givenCassandraContainer_whenSpringContextIsBootstrapped_thenContainerIsRunningWithNoExceptions() {
@ -58,7 +58,7 @@ class CassandraNestedLiveTest {
}
@Nested
class CarRepositoryIntegrationTest {
class CarRepositoryLiveTest {
@Autowired
private CarRepository carRepository;