Class | Description |
---|---|
CONST |
This represents a STEP intended to construct a value from a constant/
literal value.
|
CONSTRUCT_COLLECTION |
A STEP to construct an array, collection, or map like object.
|
CONSTRUCTOR |
This represents a STEP for constructing an object by calling a constructor.
|
INSTRUMENT |
Representing a bogus-step; inserted to insert instrumentation points along
a test-sequence.
|
METHOD |
This represents a STEP to call a method.
|
ParallelSUITE |
A class representing a test-suite, which is a set of test-sequences.
|
PARAM |
Used to represent a parameter/value to generate.
|
REF |
This STEP is used to construct an object by by picking it from
an
object pool . |
SEQ | |
SEQ_RT_info | |
STEP |
An object of this class is a meta representation of a unit execution that
ultimately constitutes a test-sequence.
|
STEP_RT_info |
An object of this class is a description used to hold runtime information about
a test step (what the step is, what the actual concrete parameters passed to
it) and the result of executing it.
|
SUITE |
A class representing a test-suite, which is a set of test-sequences.
|
SUITE_RT_info | |
UPDATE_FIELD |
This represents a STEP where we update a field of a target object.
|