public class TransactionStateGenerator<T extends ContractState>
| Constructor and Description |
|---|
TransactionStateGenerator(com.pholser.junit.quickcheck.generator.Generator<T> stateGenerator) |
| Modifier and Type | Method and Description |
|---|---|
TransactionState<T> |
generate(com.pholser.junit.quickcheck.random.SourceOfRandomness random,
com.pholser.junit.quickcheck.generator.GenerationStatus status) |
com.pholser.junit.quickcheck.generator.Generator<T> |
getStateGenerator() |
public TransactionStateGenerator(com.pholser.junit.quickcheck.generator.Generator<T> stateGenerator)
public TransactionState<T> generate(com.pholser.junit.quickcheck.random.SourceOfRandomness random, com.pholser.junit.quickcheck.generator.GenerationStatus status)
public com.pholser.junit.quickcheck.generator.Generator<T> getStateGenerator()