| Package | Description |
|---|---|
| com.pholser.junit.quickcheck.generator | |
| com.pholser.junit.quickcheck.internal.generator |
| Modifier and Type | Method and Description |
|---|---|
protected Generators |
Generator.gen() |
protected Generators |
Generator.gen(SourceOfRandomness random) |
Generators |
Generators.withRandom(SourceOfRandomness random)
Makes a generator access point just like the receiver, but which
uses the given source of randomness for making random choices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Generator.provide(Generators provided)
Supplies the available generators to this one.
|
void |
ComponentizedGenerator.provide(Generators provided) |
void |
Fields.provide(Generators provided) |
void |
Ctor.provide(Generators provided) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratorRepository |
| Modifier and Type | Method and Description |
|---|---|
Generators |
GeneratorRepository.withRandom(SourceOfRandomness other) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayGenerator.provide(Generators provided) |
void |
CompositeGenerator.provide(Generators provided) |
Copyright © 2019. All rights reserved.