Class SkipTestDependingOnStrategyRule
java.lang.Object
io.debezium.junit.AnnotationBasedTestRule
io.debezium.connector.oracle.junit.SkipTestDependingOnStrategyRule
- All Implemented Interfaces:
org.junit.rules.TestRule
JUnit rule that skips a test based on the
SkipWhenLogMiningStrategyIs annotation on either a test
or a test class.- Author:
- Chris Cranford
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.junit.AnnotationBasedTestRule
emptyStatement, hasAnnotation
-
Field Details
-
strategyName
-
-
Constructor Details
-
SkipTestDependingOnStrategyRule
public SkipTestDependingOnStrategyRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) -
determineStrategyName
-