Package io.debezium.connector.oracle.junit
package io.debezium.connector.oracle.junit
-
ClassDescriptionMarker annotation used to skip a given test if the specified database option is or isn't enabled.Marker annotation used to skip a given test if the session is marked as read-only.JUnit rule that skips a test based on the
SkipWhenAdapterNameIsannotation on either a test method or test class.JUnit rule that automatically skips a test if theSkipOnDatabaseOptionannotation at either the class or test method level if the option specified isn't enabled or available on the test database used byTestHelper.testConnection().JUnit rule that skips a test based on theSkipOnReadOnlyannotation on either a test method or test class.JUnit rule that skips a test based on theSkipWhenLogMiningStrategyIsannotation on either a test or a test class.JUnit rule that skips a test when a test is run against Apicurio registry.Marker annotation used together with theSkipTestDependingOnAdapterNameRuleJUnit rule, that allows tests to be skipped based on the adapter name that is being used for testing.Marker annotation used togehter withSkipTestDependingOnAdapterNameRuleJUnit rule, that allows tests to not be skipped based on the adapter name that is being used for testing.Marker annotation used together with theSkipTestDependingOnStrategyRuleJUnit rule, that allows tests to be skipped when on whether the log mining strategy is set to the given value.Marker annotation used together withSkipTestWhenRunWithApicurioRuleJUnit rule, that allows tests to not be skipped when the test is run against Apicurio registry.