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

    Fields
    Modifier and Type
    Field
    Description
    private io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController
     

    Fields inherited from class io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture

    ocp

    Fields inherited from class io.debezium.testing.system.fixtures.databases.DatabaseFixture

    controllerType, dbController
  • Constructor Summary

    Constructors
    Constructor
    Description
    OcpMongoSharded(org.junit.jupiter.api.extension.ExtensionContext.Store store)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController
     
    void
     

    Methods inherited from class io.debezium.testing.system.fixtures.databases.DatabaseFixture

    setup

    Methods inherited from class fixture5.TestFixture

    retrieve, retrieve, store, store, store

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      databaseController in class DatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController>
      Throws:
      Exception
    • teardown

      public void teardown() throws Exception
      Overrides:
      teardown in class OcpDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.sharded.OcpMongoShardedController>
      Throws:
      Exception