Added NetworkTopology integration test.
This commit is contained in:
@@ -6,6 +6,7 @@ import org.junit.Test;
|
|||||||
import org.springframework.cassandra.test.integration.AbstractEmbeddedCassandraIntegrationTest;
|
import org.springframework.cassandra.test.integration.AbstractEmbeddedCassandraIntegrationTest;
|
||||||
import org.springframework.cassandra.test.unit.core.cql.generator.CreateKeyspaceCqlGeneratorTests.BasicTest;
|
import org.springframework.cassandra.test.unit.core.cql.generator.CreateKeyspaceCqlGeneratorTests.BasicTest;
|
||||||
import org.springframework.cassandra.test.unit.core.cql.generator.CreateKeyspaceCqlGeneratorTests.CreateKeyspaceTest;
|
import org.springframework.cassandra.test.unit.core.cql.generator.CreateKeyspaceCqlGeneratorTests.CreateKeyspaceTest;
|
||||||
|
import org.springframework.cassandra.test.unit.core.cql.generator.CreateKeyspaceCqlGeneratorTests.NetworkTopologyTest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Integration tests that reuse unit tests.
|
* Integration tests that reuse unit tests.
|
||||||
@@ -42,4 +43,12 @@ public class CreateKeyspaceCqlGeneratorIntegrationTests {
|
|||||||
return new BasicTest();
|
return new BasicTest();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static class NetworkTopologyIntegrationTest extends Base<NetworkTopologyTest> {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public NetworkTopologyTest unit() {
|
||||||
|
return new NetworkTopologyTest();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user