Package net.jqwik.api
Annotation Type 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.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
The reason this annotated test container or test method is disabled.
-