Class AbstractMongoIT

java.lang.Object
io.debezium.connector.mongodb.AbstractMongoIT
Direct Known Subclasses:
ConnectionIT

public abstract class AbstractMongoIT extends Object
  • Field Details

    • logger

      protected static final org.slf4j.Logger logger
    • mongo

      protected static MongoDbDeployment mongo
    • config

      protected Configuration config
    • connection

      protected io.debezium.connector.mongodb.connection.MongoDbConnection connection
  • Constructor Details

    • AbstractMongoIT

      public AbstractMongoIT()
  • Method Details

    • beforeAll

      public static void beforeAll()
    • afterAll

      public static void afterAll()
    • connect

      protected com.mongodb.client.MongoClient connect()
    • beforeEach

      public void beforeEach()
    • useConfiguration

      protected void useConfiguration(Configuration config)
      A method that will initialize the state after the configuration is changed.
      Parameters:
      config - the configuration; may not be null
    • initialize

      private void initialize()
      A method that will initialize the state after the configuration is changed.