Class CollectionIdTest


  • public class CollectionIdTest
    extends Object
    Author:
    Randall Hauch
    • Field Detail

      • id

        private io.debezium.connector.mongodb.CollectionId id
    • Constructor Detail

      • CollectionIdTest

        public CollectionIdTest()
    • Method Detail

      • 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 replicaSetName,
                                       String dbName,
                                       String collectionName)