|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueCreationStrategy | |
---|---|
net.sf.qualitytest.blueprint.strategy.creation |
Uses of ValueCreationStrategy in net.sf.qualitytest.blueprint.strategy.creation |
---|
Subclasses of ValueCreationStrategy in net.sf.qualitytest.blueprint.strategy.creation | |
---|---|
class |
BlueprintStringCreationStrategy
Strategy which creates random strings using Blueprint.string() . |
class |
DefaultEnumCreationStrategy
Creation strategy which creates an enum using the first value in an enum constant. |
class |
NullValueCreationStrategy<T>
A strategy which always returns null . |
class |
RandomBooleanValueCreationStrategy
Strategy to create a random boolean value. |
class |
RandomByteValueCreationStrategy
Strategy to create a random byte value. |
class |
RandomCharValueCreationStrategy
Strategy to create a random char value. |
class |
RandomDoubleValueCreationStrategy
Strategy to create a random double value. |
class |
RandomEnumCreationStrategy
Creation strategy which creates a random enum constant during construction of a blueprint. |
class |
RandomFloatValueCreationStrategy
Strategy to create a random float value. |
class |
RandomIntValueCreationStrategy
Strategy to create a random integer value. |
class |
RandomLongValueCreationStrategy
Strategy to create a random long value. |
class |
RandomShortValueCreationStrategy
Strategy to create a random short value. |
class |
SingleValueCreationStrategy<T>
Always use the same value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |