Class TopicSelectorTest

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

@Deprecated public class TopicSelectorTest extends Object
Deprecated.
Author:
Randall Hauch
  • Field Details

    • noPrefix

      private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> noPrefix
      Deprecated.
    • withPrefix

      private io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> withPrefix
      Deprecated.
  • Constructor Details

    • TopicSelectorTest

      public TopicSelectorTest()
      Deprecated.
  • Method Details

    • beforeEach

      public void beforeEach()
      Deprecated.
    • shouldHandleCollectionIdWithDatabaseAndCollection

      public void shouldHandleCollectionIdWithDatabaseAndCollection()
      Deprecated.
    • shouldHandleCollectionIdWithInvalidTopicNameChar

      @FixFor("DBZ-878") public void shouldHandleCollectionIdWithInvalidTopicNameChar()
      Deprecated.
    • assertTopic

      protected org.fest.assertions.StringAssert assertTopic(io.debezium.schema.TopicSelector<io.debezium.connector.mongodb.CollectionId> selector, io.debezium.connector.mongodb.CollectionId collectionId)
      Deprecated.
    • dbAndCollection

      protected io.debezium.connector.mongodb.CollectionId dbAndCollection(String dbName, String collectionName)
      Deprecated.