| Package | Description |
|---|---|
| com.pholser.junit.quickcheck.generator | |
| com.pholser.junit.quickcheck.internal.generator |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
Generator.generate(SourceOfRandomness random,
GenerationStatus status)
Produces a value for a property parameter.
|
T |
Fields.generate(SourceOfRandomness random,
GenerationStatus status)
Deprecated.
|
T |
Ctor.generate(SourceOfRandomness random,
GenerationStatus status)
Deprecated.
|
static <T,U> T |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenerationContext
Deprecated.
|
class |
PropertyParameterGenerationContext |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2016. All rights reserved.