Package io.debezium.connector.mongodb
Class TopicSelectorTest
- java.lang.Object
-
- io.debezium.connector.mongodb.TopicSelectorTest
-
public class TopicSelectorTest extends Object
- Author:
- Randall Hauch
-
-
Field Summary
Fields Modifier and Type Field Description private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId>noPrefixprivate io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId>withPrefix
-
Constructor Summary
Constructors Constructor Description TopicSelectorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.fest.assertions.StringAssertassertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector, io.debezium.connector.mongodb.CollectionId collectionId)voidbeforeEach()protected io.debezium.connector.mongodb.CollectionIddbAndCollection(String dbName, String collectionName)voidshouldHandleCollectionIdWithDatabaseAndCollection()voidshouldHandleCollectionIdWithInvalidTopicNameChar()
-
-
-
Method Detail
-
beforeEach
public void beforeEach()
-
shouldHandleCollectionIdWithDatabaseAndCollection
public void shouldHandleCollectionIdWithDatabaseAndCollection()
-
shouldHandleCollectionIdWithInvalidTopicNameChar
@FixFor("DBZ-878") public void shouldHandleCollectionIdWithInvalidTopicNameChar()
-
assertTopic
protected org.fest.assertions.StringAssert assertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector, io.debezium.connector.mongodb.CollectionId collectionId)
-
-