Package io.debezium.connector.mongodb
Class CollectionIdTest
java.lang.Object
io.debezium.connector.mongodb.CollectionIdTest
- Author:
- Randall Hauch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassertParseable(String replicaSetName, String dbName, String collectionName) voidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
id
private io.debezium.connector.mongodb.CollectionId id
-
-
Constructor Details
-
CollectionIdTest
public CollectionIdTest()
-
-
Method Details
-
shouldParseString
public void shouldParseString() -
shouldParseStringWithDottedCollection
public void shouldParseStringWithDottedCollection() -
shouldNotParseStringWithDotAtStart
public void shouldNotParseStringWithDotAtStart() -
shouldNotParseStringWithDotAtEnd
public void shouldNotParseStringWithDotAtEnd() -
shouldNotParseStringWithOneSegment
public void shouldNotParseStringWithOneSegment() -
shouldNotFullParseStringWithDot
public void shouldNotFullParseStringWithDot() -
shouldNotFullParseStringWithDotAtStart
public void shouldNotFullParseStringWithDotAtStart() -
shouldNotParseFullStringWithDotAtEnd
public void shouldNotParseFullStringWithDotAtEnd() -
shouldNotParseFullStringWithMissingSegment
public void shouldNotParseFullStringWithMissingSegment() -
assertParseable
-