Package io.debezium.connector.mongodb
Class TopicSelectorTest
java.lang.Object
io.debezium.connector.mongodb.TopicSelectorTest
- Author:
- Randall Hauch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId>private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.fest.assertions.StringAssertassertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector, io.debezium.connector.mongodb.CollectionId collectionId) voidprotected io.debezium.connector.mongodb.CollectionIddbAndCollection(String dbName, String collectionName) voidvoid
-
Field Details
-
noPrefix
private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> noPrefix -
withPrefix
private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> withPrefix
-
-
Constructor Details
-
TopicSelectorTest
public TopicSelectorTest()
-
-
Method Details
-
beforeEach
public void beforeEach() -
shouldHandleCollectionIdWithDatabaseAndCollection
public void shouldHandleCollectionIdWithDatabaseAndCollection() -
shouldHandleCollectionIdWithInvalidTopicNameChar
-
assertTopic
protected org.fest.assertions.StringAssert assertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector, io.debezium.connector.mongodb.CollectionId collectionId) -
dbAndCollection
-