Package net.jqwik.api
Annotationsschnittstelle ForAll
@Target({ANNOTATION_TYPE,PARAMETER})
@Retention(RUNTIME)
@Documented
@API(status=STABLE,
since="1.0")
public @interface ForAll
Used to annotate method parameters that will be provided by jqwik.
Only works on methods annotated with
@Property
value
is used as reference name to a method annotated with @Provide
.
If it is not specified, only default providers are considered.- Siehe auch:
-
Optionale Elemente - Übersicht
-
Feldübersicht
-
Felddetails
-
NO_VALUE
- Siehe auch:
-
-
Elementdetails
-
value
String value- Standard:
""
-
supplier
- Standard:
net.jqwik.api.ArbitrarySupplier.NONE.class
-