Class FiltersTest


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

      • filters

        private io.debezium.connector.mongodb.Filters filters
    • Constructor Detail

      • FiltersTest

        public FiltersTest()
    • Method Detail

      • beforeEach

        public void beforeEach()
      • shouldIncludeDatabaseCoveredByLiteralInWhitelist

        public void shouldIncludeDatabaseCoveredByLiteralInWhitelist()
      • shouldIncludeDatabaseCoveredByMultipleLiteralsInWhitelist

        public void shouldIncludeDatabaseCoveredByMultipleLiteralsInWhitelist()
      • shouldIncludeDatabaseCoveredByWildcardInWhitelist

        public void shouldIncludeDatabaseCoveredByWildcardInWhitelist()
      • shouldIncludeDatabaseCoveredByMultipleWildcardsInWhitelist

        public void shouldIncludeDatabaseCoveredByMultipleWildcardsInWhitelist()
      • shouldExcludeDatabaseCoveredByLiteralInBlacklist

        public void shouldExcludeDatabaseCoveredByLiteralInBlacklist()
      • shouldExcludeDatabaseCoveredByMultipleLiteralsInBlacklist

        public void shouldExcludeDatabaseCoveredByMultipleLiteralsInBlacklist()
      • shouldNotExcludeDatabaseNotCoveredByLiteralInBlacklist

        public void shouldNotExcludeDatabaseNotCoveredByLiteralInBlacklist()
      • shouldExcludeDatabaseCoveredByWildcardInBlacklist

        public void shouldExcludeDatabaseCoveredByWildcardInBlacklist()
      • shouldExcludeDatabaseCoveredByMultipleWildcardsInBlacklist

        public void shouldExcludeDatabaseCoveredByMultipleWildcardsInBlacklist()
      • shouldIncludeCollectionCoveredByLiteralWithPeriodAsWildcardInWhitelistAndNoBlacklist

        public void shouldIncludeCollectionCoveredByLiteralWithPeriodAsWildcardInWhitelistAndNoBlacklist()
      • shouldIncludeCollectionCoveredByLiteralInWhitelistAndNoBlacklist

        public void shouldIncludeCollectionCoveredByLiteralInWhitelistAndNoBlacklist()
      • shouldIncludeCollectionCoveredByLiteralWithEscapedPeriodInWhitelistAndNoBlacklist

        public void shouldIncludeCollectionCoveredByLiteralWithEscapedPeriodInWhitelistAndNoBlacklist()
      • shouldIncludeCollectionCoveredByMultipleLiteralsInWhitelistAndNoBlacklist

        public void shouldIncludeCollectionCoveredByMultipleLiteralsInWhitelistAndNoBlacklist()
      • shouldIncludeCollectionCoveredByMultipleRegexInWhitelistAndNoBlacklist

        public void shouldIncludeCollectionCoveredByMultipleRegexInWhitelistAndNoBlacklist()
      • shouldIncludeCollectionCoveredByRegexWithWildcardInWhitelistAndNoBlacklist

        public void shouldIncludeCollectionCoveredByRegexWithWildcardInWhitelistAndNoBlacklist()
      • shouldExcludeCollectionCoveredByLiteralInBlacklist

        public void shouldExcludeCollectionCoveredByLiteralInBlacklist()
      • shouldThrowExceptionWhenFieldBlacklistDatabaseAndCollectionPartsAreMissing

        public void shouldThrowExceptionWhenFieldBlacklistDatabaseAndCollectionPartsAreMissing()
      • shouldThrowExceptionWhenFieldBlacklistFieldPartIsMissing

        public void shouldThrowExceptionWhenFieldBlacklistFieldPartIsMissing()
      • shouldThrowExceptionWhenFieldRenamesDatabaseAndCollectionPartsAreMissing

        public void shouldThrowExceptionWhenFieldRenamesDatabaseAndCollectionPartsAreMissing()
      • shouldThrowExceptionWhenFieldRenamesReplacementPartIsMissing

        public void shouldThrowExceptionWhenFieldRenamesReplacementPartIsMissing()
      • shouldThrowExceptionWhenFieldRenamesReplacementPartSeparatorIsMissing

        public void shouldThrowExceptionWhenFieldRenamesReplacementPartSeparatorIsMissing()
      • shouldThrowExceptionWhenFieldRenamesRenameMappingKeyIsMissing

        public void shouldThrowExceptionWhenFieldRenamesRenameMappingKeyIsMissing()
      • shouldThrowExceptionWhenFieldRenamesRenameMappingValueIsMissing

        public void shouldThrowExceptionWhenFieldRenamesRenameMappingValueIsMissing()
      • assertCollectionIncluded

        protected void assertCollectionIncluded​(String fullyQualifiedCollectionName)
      • assertCollectionExcluded

        protected void assertCollectionExcluded​(String fullyQualifiedCollectionName)