Class AsciiAlphanumGenerator
java.lang.Object
com.carrotsearch.randomizedtesting.generators.StringGenerator
com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator
com.carrotsearch.randomizedtesting.generators.AsciiAlphanumGenerator
A generator emitting simple ASCII alphanumeric letters and numbers
from the set (newlines not counted):
abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789
-
Field Summary
FieldsFields inherited from class CodepointSetGenerator
all, bmp, supplementary -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CodepointSetGenerator
ofCodePointsLength, ofCodeUnitsLengthMethods inherited from class StringGenerator
ofStringLength
-
Field Details
-
CHARS
private static final char[] CHARS
-
-
Constructor Details
-
AsciiAlphanumGenerator
public AsciiAlphanumGenerator()
-