Class ArrayGenerator<T>
- java.lang.Object
-
- de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.AbstractTransformerGenerator<List<T>,T[]>
-
- de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ArrayGenerator<T>
-
- All Implemented Interfaces:
Generator<T[]>
public class ArrayGenerator<T> extends AbstractTransformerGenerator<List<T>,T[]>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T[]transform(Generator<List<T>> inputGenerator)-
Methods inherited from class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.AbstractTransformerGenerator
next
-
-
-
-
Field Detail
-
MAX_SIZE
public static final int MAX_SIZE
- See Also:
- Constant Field Values
-
MIN_SIZE
public static final int MIN_SIZE
- See Also:
- Constant Field Values
-
-