Class AsciiLettersGenerator
java.lang.Object
com.carrotsearch.randomizedtesting.generators.StringGenerator
com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator
com.carrotsearch.randomizedtesting.generators.AsciiLettersGenerator
- Direct Known Subclasses:
ASCIIGenerator
A generator emitting simple ASCII characters from the set
(newlines not counted):
abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
-
Field Summary
FieldsFields inherited from class com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator
all, bmp, supplementary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator
ofCodePointsLength, ofCodeUnitsLength
Methods inherited from class com.carrotsearch.randomizedtesting.generators.StringGenerator
ofStringLength
-
Field Details
-
CHARS
private static final char[] CHARS
-
-
Constructor Details
-
AsciiLettersGenerator
public AsciiLettersGenerator()
-