Annotation Type SkipWhenAdapterNameIsNot
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenAdapterNameIsNot
Marker annotation used togehter withSkipTestDependingOnAdapterNameRuleJUnit rule, that allows tests to not 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 SkipWhenAdapterNameIsNot.AdapterNamevalue
-
-
-
Element Detail
-
value
SkipWhenAdapterNameIsNot.AdapterName value
-
-
-
reason
String reason
Returns the reason why the test should be skipped.- Default:
- ""
-
-