Annotation Type SkipWhenAdapterNameIs
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenAdapterNameIs
Marker annotation used together with theSkipTestDependingOnAdapterNameRuleJUnit rule, that allows tests to be skipped based on the adapter name that is being used for testing.- Author:
- Chris Cranford
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SkipWhenAdapterNameIs.AdapterNamevalue
-
-
-
Element Detail
-
value
SkipWhenAdapterNameIs.AdapterName value
-
-
-
reason
String reason
Returns the reason why the test should be skipped.- Default:
- ""
-
-