| Package | Description |
|---|---|
| com.pholser.junit.quickcheck.generator |
| Modifier and Type | Class and Description |
|---|---|
interface |
Distinct
Mark a parameter of a
Property
method with this annotation to make values generated for the parameter
distinct from each other. |
interface |
Size
Mark a parameter of a
Property
method with this annotation to constrain the size of values generated for
the parameter. |
interface |
ValuesOf
Deprecated.
In exhaustive mode,
boolean and enum parameters get the
behavior of this annotation by default.
In sampling mode,
boolean and enum parameters have their limited domains
sampled already. |
Copyright © 2019. All rights reserved.