See: Description
| Interface | Description |
|---|---|
| MonitorDelegate |
Delegate to which monitor can send notifications.
|
| StepProcessListener |
Entity capable of receiving notifications of process step execution events.
|
| Class | Description |
|---|---|
| Compiler |
Entity responsible for loading a scenario and producing a redy-to-execute
process flow graph.
|
| Coordinator |
Coordinates execution of a scenario process flow.
|
| Dependency |
Representation of a dependency from one step on completion of another.
|
| Group |
Represenation of a related group of steps.
|
| Main |
Main program for executing system test coordinator.
|
| Monitor |
Scenario test monitor.
|
| MonitorLayout |
Computes scenario process flow layout for the Monitor GUI.
|
| MonitorWebSocket |
Web socket capable of interacting with the STC monitor GUI.
|
| MonitorWebSocketServlet |
Web socket servlet capable of creating web sockets for the STC monitor.
|
| ProcessFlow |
Graph representation of a test process flow.
|
| Scenario |
Representation of a re-usable test scenario.
|
| Step |
Representation of a test step.
|
| StepEvent |
Represents an event of execution of a scenario step or group.
|
| Enum | Description |
|---|---|
| Coordinator.Directive |
Represents action to be taken on a test step.
|
| Coordinator.Status |
Represents processor state.
|
Copyright © 2015. All rights reserved.