Package net.jqwik.api
Annotation Interface 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 
- 
Element Details
- 
value
String valueThe reason this annotated test container or test method is disabled.- Returns:
 - reason for disabling test or test container
 
- Default:
 - ""
 
 
 -