@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface RequireMavenExecutionContext
Modifier and Type | Optional Element and Description |
---|---|
boolean |
require
If @RequireMavenExecutionContext is enabled for a test suite,
@RequireMavenExecutionContext(require=false)
can be used to disable @RequireMavenExecutionContext for individual test methods of the suite. |