Package io.debezium.connector.mongodb
Class CollectionIdTest
- java.lang.Object
-
- io.debezium.connector.mongodb.CollectionIdTest
-
public class CollectionIdTest extends Object
- Author:
- Randall Hauch
-
-
Field Summary
Fields Modifier and Type Field Description private io.debezium.connector.mongodb.CollectionIdid
-
Constructor Summary
Constructors Constructor Description CollectionIdTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertParseable(String replicaSetName, String dbName, String collectionName)voidshouldNotParseStringWithDotAtEnd()voidshouldNotParseStringWithDotAtStart()voidshouldNotParseStringWithOneSegment()voidshouldParseString()voidshouldParseStringWithDottedCollection()
-
-
-
Method Detail
-
shouldParseString
public void shouldParseString()
-
shouldParseStringWithDottedCollection
public void shouldParseStringWithDottedCollection()
-
shouldNotParseStringWithDotAtStart
public void shouldNotParseStringWithDotAtStart()
-
shouldNotParseStringWithDotAtEnd
public void shouldNotParseStringWithDotAtEnd()
-
shouldNotParseStringWithOneSegment
public void shouldNotParseStringWithOneSegment()
-
-