Class OcpMongoSharded
java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.databases.DatabaseFixture<T>
io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController>
io.debezium.testing.system.fixtures.databases.ocp.OcpMongoSharded
public class OcpMongoSharded
extends OcpDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedControllerFields inherited from class io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture
ocpFields inherited from class io.debezium.testing.system.fixtures.databases.DatabaseFixture
controllerType, dbController -
Constructor Summary
ConstructorsConstructorDescriptionOcpMongoSharded(org.junit.jupiter.api.extension.ExtensionContext.Store store) -
Method Summary
Modifier and TypeMethodDescriptionprotected io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedControllervoidteardown()Methods inherited from class io.debezium.testing.system.fixtures.databases.DatabaseFixture
setupMethods inherited from class fixture5.TestFixture
retrieve, retrieve, store, store, store
-
Field Details
-
controller
private io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController controller
-
-
Constructor Details
-
OcpMongoSharded
public OcpMongoSharded(org.junit.jupiter.api.extension.ExtensionContext.Store store)
-
-
Method Details
-
databaseController
protected io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController databaseController() throws Exception- Specified by:
databaseControllerin classDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController>- Throws:
Exception
-
teardown
- Overrides:
teardownin classOcpDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController>- Throws:
Exception
-