Uses of Interface
de.cuioss.test.generator.internal.net.java.quickcheck.StatefulGenerator
Packages that use StatefulGenerator
Package
Description
-
Uses of StatefulGenerator in de.cuioss.test.generator.internal.net.java.quickcheck.generator
Methods in de.cuioss.test.generator.internal.net.java.quickcheck.generator that return StatefulGeneratorModifier and TypeMethodDescriptionstatic <T> StatefulGenerator<T>CombinedGenerators.ensureValues(Iterable<T> ensuredValues) Create a deterministic generator which guarantees that all values from the ensuredValues collection will be returnGenerator.next()are issued (i.e.static <T> StatefulGenerator<T>CombinedGenerators.ensureValues(Iterable<T> ensuredValues, int window, Generator<T> otherValues) Create a generator which guarantees that all values from the ensuredValues will be returnGenerator.next()are issued.static <T> StatefulGenerator<T>CombinedGenerators.ensureValues(Iterable<T> ensuredValues, Generator<T> otherValues) Create a deterministic generator which guarantees that all values from the ensuredValues collection will be returnGenerator.next()are issued (i.e.static <T> StatefulGenerator<T>CombinedGenerators.ensureValues(T... content) Create a deterministic generator which guarantees that all values from the ensuredValues array will be returnGenerator.next()are issued (i.e.static <T> StatefulGenerator<T>Generators.ensureValues(Iterable<T> ensuredValues) Create a deterministic generator which guarantees that all values from the ensuredValues collection will be returned if enough calls toGenerator.next()are issued (i.e.static <T> StatefulGenerator<T>Generators.ensureValues(Iterable<T> ensuredValues, int window, Generator<T> otherValues) Create a generator which guarantees that all values from the ensuredValues will be returned in a defined window when enough calls toGenerator.next()are issued.static <T> StatefulGenerator<T>Generators.ensureValues(Iterable<T> ensuredValues, Generator<T> otherValues) Create a deterministic generator which guarantees that all values from the ensuredValues collection will be returned if enough calls toGenerator.next()are issued (i.e.static <T> StatefulGenerator<T>Generators.ensureValues(T... content) Create a deterministic generator which guarantees that all values from the ensuredValues array will be returned if enough calls toGenerator.next()are issued (i.e.static <T> StatefulGenerator<T>CombinedGenerators.uniqueValues(Generator<T> generator) Create a generator that ensures unique valuesstatic <T> StatefulGenerator<T>CombinedGenerators.uniqueValues(Generator<T> generator, int tries) Create a generator that ensures unique values.static <T> StatefulGenerator<T>CombinedGenerators.uniqueValues(Generator<T> generator, Comparator<? super T> comparator) Create a generator that ensures unique values.static <T> StatefulGenerator<T>CombinedGenerators.uniqueValues(Generator<T> generator, Comparator<? super T> comparator, int tries) Create a generator that ensures unique values.static <T> StatefulGenerator<T>Generators.uniqueValues(Generator<T> generator) Create a generator that ensures unique valuesstatic <T> StatefulGenerator<T>Generators.uniqueValues(Generator<T> generator, int tries) Create a generator that ensures unique values.static <T> StatefulGenerator<T>Generators.uniqueValues(Generator<T> generator, Comparator<? super T> comparator) Create a generator that ensures unique values.static <T> StatefulGenerator<T>Generators.uniqueValues(Generator<T> generator, Comparator<? super T> comparator, int tries) Create a generator that ensures unique values. -
Uses of StatefulGenerator 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 StatefulGeneratorModifier and TypeClassDescriptionclassclassclass