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