public class CollectionIdTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.connector.mongodb.CollectionId |
id |
| Constructor and Description |
|---|
CollectionIdTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertParseable(String replicaSetName,
String dbName,
String collectionName) |
void |
shouldNotParseStringWithDotAtEnd() |
void |
shouldNotParseStringWithDotAtStart() |
void |
shouldNotParseStringWithOneSegment() |
void |
shouldParseString() |
void |
shouldParseStringWithDottedCollection() |
public void shouldParseString()
public void shouldParseStringWithDottedCollection()
public void shouldNotParseStringWithDotAtStart()
public void shouldNotParseStringWithDotAtEnd()
public void shouldNotParseStringWithOneSegment()
Copyright © 2021 JBoss by Red Hat. All rights reserved.