| Class | Description |
|---|---|
| ClassBasedFactory<T> |
Creates a populated dummy object of a given class
T. |
| ConstructorBasedFactory<T> | |
| FixedInstanceFactory<T> | |
| LoremIpsumObjectFactory<T> |
Defines the interface for creating a dummy instance.
|
| MethodBasedFactory<T> | |
| RandomArrayFactory<T> | |
| RandomBigDecimalFactory |
Generates big decimal's while making sure scale is not set too high.
|
| RandomBooleanFactory |
This factory prevents the default
ClassBasedFactory approach for creating a Boolean, because that will invoke
Boolean.Boolean(String) with a randomly generated String, which will always result in a value of false. |
| RandomEnumFactory<T extends Enum<?>> | |
| RandomFactoryFactory<T> | |
| RandomLocalDateFactory | |
| RandomLocalDateTimeFactory | |
| RandomOptionalFactory | |
| RandomPrimitiveFactory<T> |
Generates a dummy of a primitive type which is returned in its wrapped (autoboxed) form.
|
| RandomStringFactory | |
| RandomUuidFactory |
Copyright © 2019–2020. All rights reserved.