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
Nested Classes - 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanSet 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
 
 
 -