@Target(value={PARAMETER,FIELD,ANNOTATION_TYPE,TYPE_USE}) @Retention(value=RUNTIME) @GeneratorConfiguration public @interface Precision
Mark a parameter of a Theory method already marked with
ForAll with this annotation to constrain the values generated for the parameter
to a given precision.
| Modifier and Type | Required Element and Description |
|---|---|
int |
scale |
public abstract int scale
Copyright © 2015. All Rights Reserved.