| Interface | Description |
|---|---|
| TestClientService |
A tock client, used to get info from Tock in a potential test context.
|
| TestPlanDAO |
| Class | Description |
|---|---|
| DialogExecutionReport | |
| TestActionReport | |
| TestClientServiceKt | |
| TestDialogReport | |
| TestPlan |
A test plan is a set of dialogs to replay.
|
| TestPlanExecution |
An execution of a
class TestPlan, with its result. |
| Enum | Description |
|---|---|
| TestPlanExecutionStatus |
Status available for a test plan execution.
PENDING - the test plan is currently executed.
SUCCESS - the test plan has been executed and ended without any errors.
FAILED - the test plan has been executed but some errors occurred.
COMPLETE - the test plan has been executed but there is no more information about test success.
|