java-21464: rename test classes to LiveTest for Jenkins operation
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
public class ProductRepositoryIntegrationTest {
|
||||
public class ProductRepositoryLiveTest {
|
||||
@Rule
|
||||
public CassandraContainer<?> cassandra = new CassandraContainer<>("cassandra:3.11.2");
|
||||
private KeyspaceRepository schemaRepository;
|
||||
+1
-1
@@ -16,7 +16,7 @@ import java.util.stream.Collectors;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
public class BookRepositoryIntegrationTest {
|
||||
public class BookRepositoryLiveTest {
|
||||
@Rule
|
||||
public CassandraContainer<?> cassandra = new CassandraContainer<>("cassandra:3.11.2");
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ import java.util.stream.Collectors;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
public class KeyspaceRepositoryIntegrationTest {
|
||||
public class KeyspaceRepositoryLiveTest {
|
||||
@Rule
|
||||
public CassandraContainer<?> cassandra = new CassandraContainer<>("cassandra:3.11.2");
|
||||
private KeyspaceRepository schemaRepository;
|
||||
Reference in New Issue
Block a user