Annotation Type SkipWhenSslModeIsNot
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenSslModeIsNot
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
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description io.debezium.connector.mysql.MySqlConnectorConfig.SecureConnectionModevalue
-
-
-
-
reason
String reason
Returns the reason why the test should be skipped.- Default:
- ""
-
-