Module de.cuioss.test.generator
Class StringGenerator
java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.StringGenerator
- All Implemented Interfaces:
ExtendibleGenerator<Character,,String> Generator<String>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStringGenerator(char first, char last) StringGenerator(Generator<Character> characters) StringGenerator(Generator<Integer> length, Generator<Character> characters) -
Method Summary
-
Field Details
-
MIN_LENGTH
- See Also:
-
MAX_LENGTH
- See Also:
-
-
Constructor Details
-
StringGenerator
public StringGenerator() -
StringGenerator
-
StringGenerator
-
StringGenerator
-
-
Method Details
-
next
Description copied from interface:GeneratorGenerates the next instance. -
add
Description copied from interface:ExtendibleGeneratorAdd a new generator.- Specified by:
addin interfaceExtendibleGenerator<Character,String> - Returns:
- this generator instance
-