Class ConnectorTest

java.lang.Object
io.debezium.testing.system.tests.ConnectorTest
Direct Known Subclasses:
Db2Tests, MongoTests, MySqlTests, OracleTests, PostgreSqlTests, SqlServerTests

public abstract class ConnectorTest extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final KafkaAssertions<?,?>
     
    protected final io.debezium.testing.system.tools.kafka.KafkaConnectController
     
    protected io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder
     
    protected final io.debezium.testing.system.tools.kafka.KafkaController
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConnectorTest(io.debezium.testing.system.tools.kafka.KafkaController kafkaController, io.debezium.testing.system.tools.kafka.KafkaConnectController connectController, io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder connectorConfig, KafkaAssertions<?,?> assertions)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • kafkaController

      protected final io.debezium.testing.system.tools.kafka.KafkaController kafkaController
    • connectController

      protected final io.debezium.testing.system.tools.kafka.KafkaConnectController connectController
    • assertions

      protected final KafkaAssertions<?,?> assertions
    • connectorConfig

      protected io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder connectorConfig
  • Constructor Details

    • ConnectorTest

      public ConnectorTest(io.debezium.testing.system.tools.kafka.KafkaController kafkaController, io.debezium.testing.system.tools.kafka.KafkaConnectController connectController, io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder connectorConfig, KafkaAssertions<?,?> assertions)