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
    Modifier and Type
    Optional Element
    Description
    The reason this annotated suite is disabled.
  • Element Details

    • value

      String value
      The reason this annotated suite is disabled.
      Default:
      ""