| Interface | Description |
|---|---|
| ExecutableItem |
Marker interface for model objects that holds information about
executable items, like test results, fixture results or steps.
|
| WithAttachments |
The marker interface for model objects with attachments.
|
| WithLinks |
The marker interface for model objects with links.
|
| WithParameters |
The marker interface for model objects that could be parameterised.
|
| WithStatus |
The marker interface for model objects with status.
|
| WithStatusDetails |
The marker interface for model objects with status details.
|
| WithSteps |
The marker interface for model objects with steps.
|
| Class | Description |
|---|---|
| Attachment |
The model object that used to link attachment files, stored in results directory,
to test results.
|
| FixtureResult |
The model object that stores information about executed test fixtures (set up and tear down methods).
|
| Label |
The model object that could be used to pass additional metadata to test results.
|
| Link |
Model object that could be used to pass links to external resources to test results.
|
| Parameter |
The model object that could be used to pass information about test parameters to test results.
|
| StatusDetails |
The type Status details.
|
| StepResult |
The model object that stores information about test steps that was run.
|
| TestResult |
The model object that stores information about test that was run.
|
| TestResultContainer |
The model object that stores links between test results and test fixtures.
|
| Enum | Description |
|---|---|
| Parameter.Mode |
The parameter render mode.
|
| Stage |
Test stages.
|
| Status |
Test statuses.
|