| Package | Description |
|---|---|
| com.pholser.junit.quickcheck.generator | |
| com.pholser.junit.quickcheck.internal | |
| com.pholser.junit.quickcheck.internal.generator |
| Class and Description |
|---|
GenerationStatus
Generators are fed instances of this interface on each generation
so that, if they choose, they can use these instances to influence the
results of a generation for a particular property parameter. |
| Generator
Produces values for property parameters.
|
| GeneratorConfiguration
Apply this annotation to an annotation that marks property parameters,
in order that the marked annotation can be used to configure
generators for values of the parameter's type.
|
| Shrink
Represents a strategy for producing objects "smaller than" a given
object.
|
| Class and Description |
|---|
| Generator
Produces values for property parameters.
|
| Shrink
Represents a strategy for producing objects "smaller than" a given
object.
|
| Class and Description |
|---|
GenerationStatus
Generators are fed instances of this interface on each generation
so that, if they choose, they can use these instances to influence the
results of a generation for a particular property parameter. |
| Generator
Produces values for property parameters.
|
| Shrink
Represents a strategy for producing objects "smaller than" a given
object.
|
| Size
Mark a parameter of a
Property
method with this annotation to constrain the size of values generated for
the parameter. |
| ValuesOf
Mark a parameter of a
Property
method with this annotation to generate all the parameter type's values
in turn, rather than at random. |
Copyright © 2016. All rights reserved.