Module de.cuioss.test.generator
Class EnsuredValuesGenerator<T>
java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.EnsuredValuesGenerator<T>
- All Implemented Interfaces:
Generator<T>,StatefulGenerator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionEnsuredValuesGenerator(Iterable<T> values) EnsuredValuesGenerator(Iterable<T> ensured, int window, Generator<T> random) EnsuredValuesGenerator(Iterable<T> ensured, Generator<T> random) -
Method Summary
-
Constructor Details
-
EnsuredValuesGenerator
-
EnsuredValuesGenerator
-
EnsuredValuesGenerator
-
-
Method Details
-
next
Description copied from interface:GeneratorGenerates the next instance. -
reset
Description copied from interface:StatefulGeneratorResets the state of the generator to the state it had immediately after construction.Makes a heavy weight generator reusable.
- Specified by:
resetin interfaceStatefulGenerator<T>
-