| Package | Description |
|---|---|
| org.kurtymckurt.TestPojo | |
| org.kurtymckurt.TestPojo.generators.collections | |
| org.kurtymckurt.TestPojo.generators.primatives | |
| org.kurtymckurt.TestPojo.generators.time |
| Modifier and Type | Method and Description |
|---|---|
TestPojoBuilder<T> |
TestPojoBuilder.addGenerator(Generator generator)
Adds a custom generator for a type that isn't currently supported out of the box.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingDequeGenerator<T> |
class |
GenericCollectionGenerator<T> |
class |
GenericMapGenerator<K,V> |
class |
ListGenerator<T> |
class |
MapGenerator<K,V> |
class |
NavigableMapGenerator<K,V> |
class |
NavigableSetGenerator<T> |
class |
QueueGenerator<T> |
class |
SetGenerator<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanGenerator |
class |
ByteGenerator |
class |
CharacterGenerator |
class |
DateGenerator |
class |
DoubleGenerator |
class |
FloatGenerator |
class |
IntegerGenerator |
class |
LongGenerator |
class |
ShortGenerator |
class |
StringGenerator |
| Modifier and Type | Class and Description |
|---|---|
class |
InstantGenerator |
class |
LocalDateGenerator |
class |
LocalDateTimeGenerator |
class |
OffsetDateTimeGenerator |
class |
ZonedDateTimeGenerator |
Copyright © 2019. All rights reserved.