Annotation Interface Native
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Inherited
@Documented
@Deprecated
@RuleAnnotation(RuleImpl.class)
public @interface Native
Deprecated.
Refactor to use containers for any kind of expected setup
Indicates the native commands necessary to run tests.
If any of these commands do not exist, the test gets skipped.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
value
String[] valueDeprecated.
-