Package | Description |
---|---|
com.carrotsearch.randomizedtesting.generators |
Class and Description |
---|
AsciiAlphanumGenerator
A generator emitting simple ASCII alphanumeric letters and numbers
from the set (newlines not counted):
|
ASCIIGenerator
Deprecated.
Use
AsciiLettersGenerator instead. |
AsciiLettersGenerator
A generator emitting simple ASCII characters from the set
(newlines not counted):
|
CodepointSetGenerator
A string generator from a predefined set of codepoints or characters.
|
RealisticUnicodeGenerator
A string generator that emits valid unicodeGenerator codepoints.
|
StringGenerator
A
StringGenerator generates random strings composed of characters. |
UnicodeGenerator
A string generator that emits valid unicodeGenerator codepoints.
|
Copyright © 2011–2019 Carrot Search s.c.. All rights reserved.