Annotation Interface WithSize


Generates a List or Map with the specified size.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines the scope of the annotation.
    int
    The maximum size, inclusive.
    int
    The minimum size, inclusive.
  • Element Details

    • min

      int min
      The minimum size, inclusive.
      Default:
      0
    • max

      int max
      The maximum size, inclusive.
      Default:
      1000
    • constraint

      String constraint
      Defines the scope of the annotation. Possible values are defined in PropertyConstraint.
      Default:
      "JAZZER_PROPERTY_CONSTRAINT_DECLARATION"