Package io.debezium.connector.mysql.junit
-
Class Summary Class Description MySqlDatabaseVersionResolver Implementation ofDatabaseVersionResolverspecific for MySQL.SkipTestDependingOnGtidModeRule JUnit rule that skips a test based on theSkipWhenGtidModeIsannotation on either a test method or a test class.SkipTestDependingOnSslModeRule JUnit rule that skips a test based on theSkipWhenSslModeIsNotannotation on either a test method or a test class. -
Enum Summary Enum Description SkipWhenGtidModeIs.GtidMode -
Annotation Types Summary Annotation Type Description SkipWhenGtidModeIs Marker annotation used together with theSkipTestDependingOnGtidModeRuleJUnit rule, that allows tests to be skipped based on the GTID mode set in the database used for testingSkipWhenSslModeIsNot Marker annotation used together with theSkipTestDependingOnSslModeRuleJUnit rule, that allows tests to be skipped based on the SSL mode set by system env used for testing