Class CollectionIdTest

java.lang.Object
io.debezium.connector.mongodb.CollectionIdTest

public class CollectionIdTest extends Object
Author:
Randall Hauch
  • 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

      protected void assertParseable(String dbName, String collectionName)