Class SkipTestDependingOnAdapterNameRule
- java.lang.Object
-
- io.debezium.junit.AnnotationBasedTestRule
-
- io.debezium.connector.oracle.junit.SkipTestDependingOnAdapterNameRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class SkipTestDependingOnAdapterNameRule extends AnnotationBasedTestRule
JUnit rule that skips a test based on theSkipWhenAdapterNameIsannotation on either a test method or test class.- Author:
- Chris Cranford
-
-
Field Summary
Fields Modifier and Type Field Description private static StringadapterName
-
Constructor Summary
Constructors Constructor Description SkipTestDependingOnAdapterNameRule()
-
Method Summary
All Methods Static 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)static StringdetermineAdapterName()-
Methods inherited from class io.debezium.junit.AnnotationBasedTestRule
emptyStatement, hasAnnotation
-
-