| Package | Description |
|---|---|
| com.qmetry.qaf.automation.util |
| Modifier and Type | Method and Description |
|---|---|
static RandomStringGenerator.RandomizerTypes |
RandomStringGenerator.RandomizerTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RandomStringGenerator.RandomizerTypes[] |
RandomStringGenerator.RandomizerTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
RandomStringGenerator.get(int length,
RandomStringGenerator.RandomizerTypes type) |
static java.lang.String |
RandomStringGenerator.get(java.util.Random random,
int length,
RandomStringGenerator.RandomizerTypes type) |
Copyright © 2000 Infostretch Corp.