Package net.jqwik.api

Annotation Interface 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.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""