See: Description
| Interface | Description |
|---|---|
| ScriptStep |
Interface for the minimum API for any test step to be executed.
|
| StepResult |
Interface which represents the result of an executed test step.
|
| Class | Description |
|---|---|
| AbstractScriptBuilder |
Provides the shared implementation among all execution step builders.
|
| AbstractScriptStep |
The basic foundation for a
ScriptStep implementation. |
| CharsDeduplicator |
Class used for de duplicating strings into a more minimal storage form.
|
| CharSequenceChain |
Char sequence which is built from a chain of sequences.
|
| ExecutableScript |
This class handles the execution of a completely generated execution script.
|
| LightCharSequence |
A light weight char sequence implementation.
|
| ParallelScriptBuilder |
A builder which's added steps will all be executed in parallel.
|
| ParameterStore |
Storage for parameters, providing a common interface for retriving them.
|
| ScriptBuilderUtils |
Class for helping in construct more sophisticated test and graph structures.
|
| ScriptFactory |
Interface for a class which builds an
ExecutableScript, and provides the built
result, ready to run. |
| ScriptRunner |
Class which is designed to invoke a provided
ScriptFactory to build the script. |
| SequentialScriptBuilder |
A builder which's added steps will all be executed in sequence.
|
| StepResultCollectionUtils |
Some utilities for when dealing with a collection of
StepResult's. |
| Enum | Description |
|---|---|
| ScriptStepType |
Indicates what type of step this is.
|
| Exception | Description |
|---|---|
| ParameterStore.ParameterException |
Exception type that indicates an error with one of the parameters.
|
Tools to create simple to complex execution graphs to load systems. This allows you to structure the execution and verification of a given load script.