Annotation Type SkipWhenAdapterNameIs


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenAdapterNameIs
Marker annotation used together with the SkipTestDependingOnAdapterNameRule JUnit rule, that allows tests to be skipped based on the adapter name that is being used for testing.
Author:
Chris Cranford