Class ASCIIGenerator
- java.lang.Object
-
- com.carrotsearch.randomizedtesting.generators.StringGenerator
-
- com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator
-
- com.carrotsearch.randomizedtesting.generators.AsciiLettersGenerator
-
- com.carrotsearch.randomizedtesting.generators.ASCIIGenerator
-
@Deprecated public class ASCIIGenerator extends AsciiLettersGenerator
Deprecated.UseAsciiLettersGenerator
instead.A generator emitting simple ASCII characters from the set (newlines not counted):abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
Field Summary
-
Fields inherited from class com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator
all, bmp, supplementary
-
-
Constructor Summary
Constructors Constructor Description ASCIIGenerator()
Deprecated.
-
Method Summary
-
Methods inherited from class com.carrotsearch.randomizedtesting.generators.CodepointSetGenerator
ofCodePointsLength, ofCodeUnitsLength
-
Methods inherited from class com.carrotsearch.randomizedtesting.generators.StringGenerator
ofStringLength
-
-