|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeneratorException | |
---|---|
net.java.quickcheck | |
net.java.quickcheck.generator.support |
Uses of GeneratorException in net.java.quickcheck |
---|
Methods in net.java.quickcheck that throw GeneratorException | ||
---|---|---|
static
|
QuickCheck.forAll(Generator<T> generator,
Characteristic<T> characteristic)
Check the Characteristic for all values generated by the given
Generator . |
|
static
|
QuickCheck.forAll(int runs,
Generator<T> generator,
Characteristic<T> characteristic)
Check the Characteristic for all values generated by the given
Generator . |
|
static
|
QuickCheck.forAllVerbose(Generator<T> generator,
Characteristic<T> characteristic)
Check the Characteristic for all values generated by the given
Generator . |
|
static
|
QuickCheck.forAllVerbose(int runs,
Generator<T> generator,
Characteristic<T> characteristic)
Check the Characteristic for all values generated by the given
Generator . |
Uses of GeneratorException in net.java.quickcheck.generator.support |
---|
Methods in net.java.quickcheck.generator.support that throw GeneratorException | |
---|---|
T |
VetoableGenerator.next()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |