Class SizeGenerator
- java.lang.Object
-
- de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.SizeGenerator
-
-
Constructor Summary
Constructors Constructor Description SizeGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<Integer>anyMinMax()A minimum and maximum size value in theListGenerator.MIN_SIZEandListGenerator.MAX_SIZErange.Integernext()Generates the next instance.
-
-
-
Constructor Detail
-
SizeGenerator
public SizeGenerator()
-
-
Method Detail
-
next
public Integer next()
Description copied from interface:GeneratorGenerates the next instance.
-
anyMinMax
public static List<Integer> anyMinMax()
A minimum and maximum size value in theListGenerator.MIN_SIZEandListGenerator.MAX_SIZErange.
-
-