Annotation Interface FloatInRange
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Defines the scope of the annotation.float
float
-
Element Details
-
min
float min- Default:
-1.0f/0.0f
-
max
float max- Default:
1.0f/0.0f
-
allowNaN
boolean allowNaN- Default:
true
-
constraint
String constraintDefines the scope of the annotation. Possible values are defined inPropertyConstraint
.- Default:
"JAZZER_PROPERTY_CONSTRAINT_DECLARATION"
-