Package io.debezium.connector.oracle.junit
-
Class Summary Class Description SkipTestDependingOnAdapterNameRule JUnit rule that skips a test based on theSkipWhenAdapterNameIsannotation on either a test method or test class.SkipTestDependingOnDatabaseOptionRule JUnit rule that automatically skips a test if theRequireDatabaseOptionannotation at either the class or test method level if the option specified isn't enabled or available on the test database used bytestConnection(). -
Enum Summary Enum Description SkipWhenAdapterNameIs.AdapterName SkipWhenAdapterNameIsNot.AdapterName -
Annotation Types Summary Annotation Type Description RequireDatabaseOption Marker annotation used to skip a given test if the specified database option isn't enabled.SkipWhenAdapterNameIs Marker annotation used together with theSkipTestDependingOnAdapterNameRuleJUnit rule, that allows tests to be skipped based on the adapter name that is being used for testing.SkipWhenAdapterNameIsNot Marker annotation used togehter withSkipTestDependingOnAdapterNameRuleJUnit rule, that allows tests to not be skipped based on the adapter name that is being used for testing.