public class IssuedGenerator<T>
| Constructor and Description |
|---|
IssuedGenerator(com.pholser.junit.quickcheck.generator.Generator<T> productGenerator) |
| Modifier and Type | Method and Description |
|---|---|
Issued<T> |
generate(com.pholser.junit.quickcheck.random.SourceOfRandomness random,
com.pholser.junit.quickcheck.generator.GenerationStatus status) |
com.pholser.junit.quickcheck.generator.Generator<T> |
getProductGenerator() |
public IssuedGenerator(com.pholser.junit.quickcheck.generator.Generator<T> productGenerator)
public Issued<T> generate(com.pholser.junit.quickcheck.random.SourceOfRandomness random, com.pholser.junit.quickcheck.generator.GenerationStatus status)
public com.pholser.junit.quickcheck.generator.Generator<T> getProductGenerator()