Class SkipTestDependingOnSslModeRule
java.lang.Object
io.debezium.junit.AnnotationBasedTestRule
io.debezium.connector.mysql.junit.SkipTestDependingOnSslModeRule
- All Implemented Interfaces:
org.junit.rules.TestRule
JUnit rule that skips a test based on the
SkipWhenSslModeIsNot annotation on either a test method or a test class.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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 Details
-
CURRENT_SSL_MODE
-
-
Constructor Details
-
SkipTestDependingOnSslModeRule
public SkipTestDependingOnSslModeRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-