Annotation Interface InRange


Generates an integral number in the specified range.
See Also:
  • Optional Element Summary

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

    • min

      long min
      The minimum value of the range, inclusive.
      Default:
      -9223372036854775808L
    • max

      long max
      The maximum value of the range, inclusive.
      Default:
      9223372036854775807L
    • constraint

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