Module de.cuioss.test.generator
Class SizeGenerator
java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.SizeGenerator
Generator for the default collection size.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA minimum and maximum size value in theListGenerator.MIN_SIZEandListGenerator.MAX_SIZErange.next()Generates the next instance.
-
Constructor Details
-
SizeGenerator
public SizeGenerator()
-
-
Method Details
-
next
Description copied from interface:GeneratorGenerates the next instance. -
anyMinMax
A minimum and maximum size value in theListGenerator.MIN_SIZEandListGenerator.MAX_SIZErange.
-