Package io.debezium.connector.mongodb
Class TopicSelectorTest
java.lang.Object
io.debezium.connector.mongodb.TopicSelectorTest
Deprecated.
- Author:
- Randall Hauch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId>Deprecated.private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId>Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.assertj.core.api.AbstractStringAssert<?>assertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector, io.debezium.connector.mongodb.CollectionId collectionId) Deprecated.voidDeprecated.protected io.debezium.connector.mongodb.CollectionIddbAndCollection(String dbName, String collectionName) Deprecated.voidDeprecated.voidDeprecated.
-
Field Details
-
noPrefix
private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> noPrefixDeprecated. -
withPrefix
private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> withPrefixDeprecated.
-
-
Constructor Details
-
TopicSelectorTest
public TopicSelectorTest()Deprecated.
-
-
Method Details
-
beforeEach
public void beforeEach()Deprecated. -
shouldHandleCollectionIdWithDatabaseAndCollection
public void shouldHandleCollectionIdWithDatabaseAndCollection()Deprecated. -
shouldHandleCollectionIdWithInvalidTopicNameChar
Deprecated. -
assertTopic
protected org.assertj.core.api.AbstractStringAssert<?> assertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector, io.debezium.connector.mongodb.CollectionId collectionId) Deprecated. -
dbAndCollection
protected io.debezium.connector.mongodb.CollectionId dbAndCollection(String dbName, String collectionName) Deprecated.
-