Interface | Description |
---|---|
ContextAwareRandomizer<T> |
Interface for a
Randomizer that is aware of the randomization context it is invoked in. |
Randomizer<T> |
Interface for custom randomizer.
|
RandomizerContext |
A context object for a
Randomizer . |
RandomizerRegistry |
Interface for a registry of
Randomizer s. |
Class | Description |
---|---|
EnhancedRandom |
Abstract class for random object generator.
|
EnhancedRandomParameters |
Parameters of an
EnhancedRandom instance. |
Exception | Description |
---|---|
ObjectGenerationException |
Exception thrown when Random Beans is unable to generate an instance of a given type.
|
Copyright © 2019. All Rights Reserved.