Package io.debezium.testing.system.tests
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 KafkaAssertions<?,?>assertionsprotected io.debezium.testing.system.tools.kafka.KafkaConnectControllerconnectControllerprotected io.debezium.testing.system.tools.kafka.ConnectorConfigBuilderconnectorConfigprotected io.debezium.testing.system.tools.kafka.KafkaControllerkafkaController
-
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)
-
-
-
Field Detail
-
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 final io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder connectorConfig
-
-
Constructor Detail
-
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)
-
-