Annotation Interface Disabled
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@API(status=EXPERIMENTAL,
since="5.0")
public @interface Disabled
@Disabled is used to signal that the annotated test suite is
currently disabled and should not be executed.
@Disabled may optionally be declared with a reason to document why the annotated suite is disabled.
This annotation is not @Inherited.
Consequently, if you wish to apply the same semantics to a subclass, this
annotation must be redeclared on the subclass.
- Since:
- 6.2
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-