Package net.jqwik.api

Annotationsschnittstelle Disabled


@Target({ANNOTATION_TYPE,TYPE,METHOD}) @Retention(RUNTIME) @Documented @API(status=MAINTAINED, since="1.0") public @interface Disabled
Use @Disabled("reason to disable") to disable test container or test method during normal test execution.
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
    The reason this annotated test container or test method is disabled.
  • Elementdetails

    • value

      String value
      The reason this annotated test container or test method is disabled.
      Gibt zurück:
      reason for disabling test or test container
      Standard:
      ""