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