Package net.jqwik.api.constraints
Annotationsschnittstelle WithNull
@Target({ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
@API(status=MAINTAINED,
     since="1.0")
public @interface WithNull
Allows jqwik to inject null parameters into generated values.
 
 Applies to any parameter which is also annotated with @ForAll.
 
- Siehe auch:
- 
Optionale Elemente - ÜbersichtOptionale Elemente
- 
Elementdetails- 
valuedouble value- Gibt zurück:
- the probability between 0 and 1.0 to use for injecting null values. Default is 0.05 or 5%.
 - Standard:
- 0.05
 
 
-