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