@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface Disabled
@Disabled("reason to disable") to disable test container or test method
during normal test execution.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
The reason this annotated test container or test method is disabled.
|