Package io.debezium.junit
Annotation Type SkipWhenConnectorUnderTest
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @Repeatable(SkipWhenConnectorsUnderTest.class) public @interface SkipWhenConnectorUnderTest
Marker annotation used together with theSkipTestRuleJUnit rule, that allows tests to be skipped based on the current connector under test- Author:
- Jiri Pechanec
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description EqualityCheckcheckSkipWhenConnectorUnderTest.Connectorvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Stringdescription
-
-
-
Element Detail
-
value
SkipWhenConnectorUnderTest.Connector value
-
-
-
check
EqualityCheck check
-
-
-
description
String description
- Default:
- ""
-
-