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
-
Elementdetails
-
value
String valueThe reason this annotated test container or test method is disabled.- Gibt zurück:
- reason for disabling test or test container
- Standard:
""
-