| Package | Description |
|---|---|
| io.rainfall.generator | |
| io.rainfall.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayGenerator |
class |
CharSequenceGenerator |
class |
FloatGenerator |
class |
IntegerGenerator |
class |
LongGenerator |
class |
mySGen |
class |
RandomStringGenerator |
class |
StringGenerator |
class |
VerifiedValueGenerator<K> |
| Modifier and Type | Method and Description |
|---|---|
static ObjectGenerator<String> |
RandomStringGenerator.fixedLength(int length) |
static ObjectGenerator<byte[]> |
ByteArrayGenerator.fixedLengthByteArray(int length) |
static ObjectGenerator<String> |
StringGenerator.fixedLengthString(int length) |
| Constructor and Description |
|---|
VerifiedValueGenerator(ObjectGenerator<K> keyGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullObjectGenerator<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> ObjectGenerator<T> |
NullObjectGenerator.instance() |
Copyright © 2023. All rights reserved.