See: Description
| Interface | Description |
|---|---|
| TestRun |
A Test Run represents a collection of test results that are imported for a Test Specification.
|
| TestRunsRepository |
TestRunsRepository is the entry point for test run information. |
| Class | Description |
|---|---|
| Event |
The event is a container of test result information, either of a single test or an aggregation of multiple test.
|
| EventValidator |
Utility class that validates events.
|
| Exception | Description |
|---|---|
| InvalidEventException |
Exception thrown if a event does not validate.
|
| InvalidRunException |
Exception thrown if the integrity of a run is invalid.
|
| TestRunNotImportedInChronologicalOrderException |