Annotation Interface WithDocker
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Inherited
@Documented
@RuleAnnotation(value=RuleImpl.class,
priority=-10)
public @interface WithDocker
Indicates the docker is necessary to run the test.
Otherwise the test is skipped.
-
Nested Class Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Set to true if the test requires the docker deamon to be running locally.
-
Element Details
-
localOnly
boolean localOnlySet to true if the test requires the docker deamon to be running locally.- Default:
- false
-