| Class | Description |
|---|---|
| DecimalGenerator<T extends Number> |
Base class for generators of integral types, such as
double and
BigDecimal. |
| IntegralGenerator<T extends Number> |
Base class for generators of integral types, such as
int and
BigInteger. |
| VoidGenerator |
Produces values for property parameters of type
void or
Void. |
| Annotation Type | Description |
|---|---|
| InRange |
Mark a parameter of a
Property
method with this annotation to constrain the values generated for the
parameter to a given range. |
| Precision |
Mark a parameter of a
Property
method with this annotation to constrain the values generated for the
parameter to a given precision. |
© Copyright 2010-2016 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu