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