Uses of Interface
de.cuioss.test.generator.internal.net.java.quickcheck.FrequencyGenerator
-
-
Uses of FrequencyGenerator in de.cuioss.test.generator.internal.net.java.quickcheck
Methods in de.cuioss.test.generator.internal.net.java.quickcheck that return FrequencyGenerator Modifier and Type Method Description FrequencyGenerator<T>FrequencyGenerator. add(Generator<T> gen, int weight)Add a new input generator. -
Uses of FrequencyGenerator in de.cuioss.test.generator.internal.net.java.quickcheck.generator
Methods in de.cuioss.test.generator.internal.net.java.quickcheck.generator that return FrequencyGenerator Modifier and Type Method Description static <T> FrequencyGenerator<T>CombinedGenerators. frequency(Generator<T> generator, int weight)Create a frequency generator.static <T> FrequencyGenerator<T>Generators. frequency(Generator<T> generator, int weight)Create a frequency generator. -
Uses of FrequencyGenerator in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support
Classes in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support that implement FrequencyGenerator Modifier and Type Class Description classDefaultFrequencyGenerator<T>Methods in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support that return FrequencyGenerator Modifier and Type Method Description FrequencyGenerator<T>DefaultFrequencyGenerator. add(Generator<T> generator)FrequencyGenerator<T>DefaultFrequencyGenerator. add(Generator<T> generator, int weight)
-