Class OcpMongoConnectorIT
java.lang.Object
io.debezium.testing.system.tests.ConnectorTest
io.debezium.testing.system.tests.mongodb.MongoTests
io.debezium.testing.system.tests.mongodb.OcpMongoTests
io.debezium.testing.system.tests.mongodb.OcpMongoConnectorIT
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
@Tag("acceptance") @Tag("mongo") @Tag("openshift")
@ExtendWith(fixture5.FixtureExtension.class)
public class OcpMongoConnectorIT
extends OcpMongoTests
-
Field Summary
Fields inherited from class io.debezium.testing.system.tests.ConnectorTest
assertions, connectController, connectorConfig, kafkaController -
Constructor Summary
ConstructorsConstructorDescriptionOcpMongoConnectorIT(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.mongodb.OcpMongoTests
shouldStreamInReplicaSetMode, shouldStreamInShardedModeMethods inherited from class io.debezium.testing.system.tests.mongodb.MongoTests
insertCustomer, insertCustomer, insertProduct, removeCustomer, removeProduct, renameCustomer, shouldBeDown, shouldBeDownAfterCrash, shouldCreateKafkaTopics, shouldHaveRegisteredConnector, shouldRerouteUpdates, shouldResumeStreamingAfterCrash, shouldResumeStreamingAfterRedeployment, shouldSnapshotChanges, shouldStreamChanges
-
Constructor Details
-
OcpMongoConnectorIT
public OcpMongoConnectorIT(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)
-