Annotation Type SkipWhenConnectorUnderTest


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Repeatable(SkipWhenConnectorsUnderTest.class) public @interface SkipWhenConnectorUnderTest
Marker annotation used together with the SkipTestRule JUnit rule, that allows tests to be skipped based on the current connector under test
Author:
Jiri Pechanec