Class SkipTestDependingOnSslModeRule
- java.lang.Object
-
- io.debezium.junit.AnnotationBasedTestRule
-
- io.debezium.connector.mysql.junit.SkipTestDependingOnSslModeRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class SkipTestDependingOnSslModeRule extends AnnotationBasedTestRule
JUnit rule that skips a test based on theSkipWhenSslModeIsNotannotation on either a test method or a test class.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringCURRENT_SSL_MODE
-
Constructor Summary
Constructors Constructor Description SkipTestDependingOnSslModeRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)-
Methods inherited from class io.debezium.junit.AnnotationBasedTestRule
emptyStatement, hasAnnotation
-
-
-
-
Field Detail
-
CURRENT_SSL_MODE
private static final String CURRENT_SSL_MODE
-
-