public class AmountGenerator<T>
Constructor and Description |
---|
AmountGenerator(com.pholser.junit.quickcheck.generator.Generator<T> tokenGenerator) |
Modifier and Type | Method and Description |
---|---|
Amount<T> |
generate(com.pholser.junit.quickcheck.random.SourceOfRandomness random,
com.pholser.junit.quickcheck.generator.GenerationStatus status) |
com.pholser.junit.quickcheck.generator.Generator<T> |
getTokenGenerator() |
public AmountGenerator(com.pholser.junit.quickcheck.generator.Generator<T> tokenGenerator)
public Amount<T> generate(com.pholser.junit.quickcheck.random.SourceOfRandomness random, com.pholser.junit.quickcheck.generator.GenerationStatus status)
public com.pholser.junit.quickcheck.generator.Generator<T> getTokenGenerator()