Uses of Annotation Type
io.debezium.connector.binlog.junit.SkipWhenDatabaseIs
Packages that use SkipWhenDatabaseIs
Package
Description
-
Uses of SkipWhenDatabaseIs in io.debezium.connector.binlog
Classes in io.debezium.connector.binlog with annotations of type SkipWhenDatabaseIsModifier and TypeClassDescriptionclassBinlogDdlParserIT<C extends org.apache.kafka.connect.source.SourceConnector>Tests parsing binlog-based connector column constraints.classBinlogStreamingSourceIT<C extends org.apache.kafka.connect.source.SourceConnector>Methods in io.debezium.connector.binlog with annotations of type SkipWhenDatabaseIsModifier and TypeMethodDescriptionvoidBinlogSnapshotSourceIT.shouldCreateSnapshotOfSingleDatabaseUsingInsertEvents() -
Uses of SkipWhenDatabaseIs in io.debezium.connector.binlog.junit
Methods in io.debezium.connector.binlog.junit with parameters of type SkipWhenDatabaseIsModifier and TypeMethodDescriptionprivate org.junit.runners.model.StatementSkipTestDependingOnDatabaseRule.applySkipWhenDatabaseIs(SkipWhenDatabaseIs skipWhenDatabaseIs, org.junit.runner.Description description) private StringSkipTestDependingOnDatabaseRule.getDatabaseSkipReason(SkipWhenDatabaseIs skipWhenDatabaseIs) -
Uses of SkipWhenDatabaseIs in io.debezium.connector.binlog.zzz
Classes in io.debezium.connector.binlog.zzz with annotations of type SkipWhenDatabaseIsModifier and TypeClassDescriptionclassZZZBinlogGtidSetIT<C extends org.apache.kafka.connect.source.SourceConnector>The test is named to make sure it runs alphabetically last as it can influence execution of other tests.