public class TopicSelectorTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> |
noPrefix |
private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> |
withPrefix |
| Constructor and Description |
|---|
TopicSelectorTest() |
| Modifier and Type | Method and Description |
|---|---|
protected org.fest.assertions.StringAssert |
assertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector,
io.debezium.connector.mongodb.CollectionId collectionId) |
void |
beforeEach() |
protected io.debezium.connector.mongodb.CollectionId |
dbAndCollection(String dbName,
String collectionName) |
void |
shouldHandleCollectionIdWithDatabaseAndCollection() |
void |
shouldHandleCollectionIdWithInvalidTopicNameChar() |
private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> noPrefix
private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> withPrefix
public void beforeEach()
public void shouldHandleCollectionIdWithDatabaseAndCollection()
@FixFor(value="DBZ-878") public void shouldHandleCollectionIdWithInvalidTopicNameChar()
protected org.fest.assertions.StringAssert assertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector,
io.debezium.connector.mongodb.CollectionId collectionId)
Copyright © 2019 JBoss by Red Hat. All rights reserved.