|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceOfRandomness | |
|---|---|
| com.pholser.junit.quickcheck.generator | |
| com.pholser.junit.quickcheck.internal | |
| com.pholser.junit.quickcheck.internal.generator | |
| Uses of SourceOfRandomness in com.pholser.junit.quickcheck.generator |
|---|
| Methods in com.pholser.junit.quickcheck.generator with parameters of type SourceOfRandomness | |
|---|---|
abstract T |
Generator.generate(SourceOfRandomness random,
GenerationStatus status)
Produces a value for a theory parameter. |
| Uses of SourceOfRandomness in com.pholser.junit.quickcheck.internal |
|---|
| Methods in com.pholser.junit.quickcheck.internal with parameters of type SourceOfRandomness | ||
|---|---|---|
static BigInteger |
Ranges.randomBigIntegerInRange(SourceOfRandomness random,
BigInteger min,
BigInteger max)
|
|
static
|
Items.randomElementFrom(Collection<T> items,
SourceOfRandomness random)
|
|
| Uses of SourceOfRandomness in com.pholser.junit.quickcheck.internal.generator |
|---|
| Methods in com.pholser.junit.quickcheck.internal.generator with parameters of type SourceOfRandomness | |
|---|---|
Object |
GenerationContext.generate(SourceOfRandomness random)
|
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)
|
| Constructors in com.pholser.junit.quickcheck.internal.generator with parameters of type SourceOfRandomness | |
|---|---|
GeneratorRepository(SourceOfRandomness random)
|
|
RandomTheoryParameterGenerator(SourceOfRandomness random,
GeneratorRepository repository)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||