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