Package net.jqwik.api

Annotationsschnittstelle Data


@Target({ANNOTATION_TYPE,METHOD}) @Retention(RUNTIME) @Documented @API(status=MAINTAINED, since="1.0") public @interface Data
Used to annotate methods that can provide data points for property methods. Those methods must return an instance of Iterable. value is used as reference name. If it is not specified, the method's name is used instead.
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
     
  • Elementdetails

    • value

      String value
      Standard:
      ""