Package io.debezium.connector.mongodb
Class FiltersTest
- java.lang.Object
-
- io.debezium.connector.mongodb.FiltersTest
-
public class FiltersTest extends Object
- Author:
- Randall Hauch
-
-
Field Summary
Fields Modifier and Type Field Description private Configuratorbuildprivate io.debezium.connector.mongodb.Filtersfilters
-
Constructor Summary
Constructors Constructor Description FiltersTest()
-
Method Summary
-
-
-
Field Detail
-
build
private Configurator build
-
filters
private io.debezium.connector.mongodb.Filters filters
-
-
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)
-
-