| Class | Description |
|---|---|
| BreakGenerator |
a pseudo CG that is used to break transitions.
|
| DoubleChoiceFromList |
simple DoubleChoiceGenerator that takes it's values from a single
property "values" (comma or blank separated list)
|
| DoubleChoiceFromSet | |
| DoubleSpec | |
| DoubleThresholdGenerator |
ChoiceGenerator instance that produces a simple 3 value enumeration
|
| FloatChoiceFromList | |
| IntChoiceFromList | |
| IntChoiceFromSet | |
| IntIntervalGenerator |
Choice Generator that enumerates an interval of int values.
|
| InvocationCG |
ChoiceGenerator that represents method calls
|
| LongChoiceFromList | |
| NumberChoiceFromList<T extends Number> |
common root for list based number choice generators
|
| RandomIntIntervalGenerator |
a IntChoiceGenerator that randomly chooses a configured number
of values from a specified range
this is usually configured through app properties
<2do> this is too redundant to RandomOrderIntCG - replace
|
| RandomOrderIntCG |
a generic IntChoiceGenerator randomizer.
|
| RandomOrderLongCG | |
| ThreadChoiceFromSet | |
| TypedObjectChoice |
a choice generator that enumerates the set of all objects of a certain type.
|