Class ListGenerator<T>
- java.lang.Object
-
- de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ListGenerator<T>
-
-
Constructor Summary
Constructors Constructor Description ListGenerator(Generator<? extends T> content)ListGenerator(Generator<? extends T> content, int min, int max)ListGenerator(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
-
ListGenerator
public ListGenerator(Generator<? extends T> content)
-
ListGenerator
public ListGenerator(Generator<? extends T> content, int min, int max)
-
ListGenerator
public ListGenerator(Generator<? extends T> content, Generator<Integer> size)
-
-