Class IteratorGenerator<T>
- java.lang.Object
-
- de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.IteratorGenerator<T>
-
-
Constructor Summary
Constructors Constructor Description IteratorGenerator(Generator<? extends T> content)IteratorGenerator(Generator<? extends T> content, int min, int max)IteratorGenerator(Generator<? extends T> content, Generator<Integer> size)
-
-
-
Field Detail
-
MIN_SIZE
public static final int MIN_SIZE
- See Also:
- Constant Field Values
-
MAX_SIZE
public static final int MAX_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IteratorGenerator
public IteratorGenerator(Generator<? extends T> content)
-
IteratorGenerator
public IteratorGenerator(Generator<? extends T> content, int min, int max)
-
IteratorGenerator
public IteratorGenerator(Generator<? extends T> content, Generator<Integer> size)
-
-