Annotation Interface SkipWhenAdapterNameIsNot


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