Module de.cuioss.test.generator
Class StrictlyOrderedGenerator<T>
java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.StrictlyOrderedGenerator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionStrictlyOrderedGenerator(Generator<T> input, Comparator<T> comparator, Generator<Integer> sizes) -
Method Summary
-
Constructor Details
-
StrictlyOrderedGenerator
public StrictlyOrderedGenerator(Generator<T> input, Comparator<T> comparator, Generator<Integer> sizes)
-
-
Method Details