Package net.jqwik.api
Annotationsschnittstelle Label
@Target({METHOD,TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
@Testable
@API(status=STABLE,
since="1.0")
public @interface Label
Use
@Label("a descriptive name")
to give test classes, groups and methods
a more readable label (aka display name).- Siehe auch:
-
Erforderliche Elemente - Übersicht
-
Elementdetails
-
value
String value
-