|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenerationStatus | |
|---|---|
| com.pholser.junit.quickcheck.generator | |
| com.pholser.junit.quickcheck.internal.generator | |
| Uses of GenerationStatus in com.pholser.junit.quickcheck.generator |
|---|
| Methods in com.pholser.junit.quickcheck.generator with parameters of type GenerationStatus | ||
|---|---|---|
abstract T |
Generator.generate(SourceOfRandomness random,
GenerationStatus status)
Produces a value for a theory parameter. |
|
static
|
Lambdas.makeLambda(Class<T> lambdaType,
Generator<U> returnValueGenerator,
GenerationStatus status)
Creates an instance of a given "functional interface" type, whose single abstract method returns values of the type produced by the given generator. |
|
| Uses of GenerationStatus in com.pholser.junit.quickcheck.internal.generator |
|---|
| Classes in com.pholser.junit.quickcheck.internal.generator that implement GenerationStatus | |
|---|---|
class |
GenerationContext
|
| Methods in com.pholser.junit.quickcheck.internal.generator with parameters of type GenerationStatus | |
|---|---|
Zilch |
ZilchGenerator.generate(SourceOfRandomness random,
GenerationStatus status)
|
T |
LambdaGenerator.generate(SourceOfRandomness random,
GenerationStatus status)
|
Enum<?> |
EnumGenerator.generate(SourceOfRandomness random,
GenerationStatus status)
|
Object |
CompositeGenerator.generate(SourceOfRandomness random,
GenerationStatus status)
|
Object |
ArrayGenerator.generate(SourceOfRandomness random,
GenerationStatus status)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||