Class DockerRhelMySqlConnectorIT
java.lang.Object
io.debezium.testing.system.tests.ConnectorTest
io.debezium.testing.system.tests.mysql.MySqlTests
io.debezium.testing.system.tests.mysql.DockerRhelMySqlConnectorIT
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
@Tag("acceptance") @Tag("mysql") @Tag("rhel") @Tag("docker")
@ExtendWith(fixture5.FixtureExtension.class)
public class DockerRhelMySqlConnectorIT
extends MySqlTests
-
Field Summary
Fields inherited from class io.debezium.testing.system.tests.ConnectorTest
assertions, connectController, connectorConfig, kafkaController -
Constructor Summary
ConstructorsConstructorDescriptionDockerRhelMySqlConnectorIT(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 io.debezium.testing.system.tests.mysql.MySqlTests
insertCustomer, renameCustomer, shouldBeDown, shouldBeDownAfterCrash, shouldCreateKafkaTopics, shouldHaveRegisteredConnector, shouldRerouteUpdates, shouldResumeStreamingAfterCrash, shouldResumeStreamingAfterRedeployment, shouldSnapshotChanges, shouldStreamChanges
-
Constructor Details
-
DockerRhelMySqlConnectorIT
public DockerRhelMySqlConnectorIT(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)
-