TestResultParsers.See: Description
| Interface | Description |
|---|---|
| TestResultParser |
This is the interface for a
TestResultParser. |
| TestRunHistorian |
The
TestRunHistorian can be used by TestResultParsers to answer questions about previous test runs. |
| TestRunHistorianAware |
Interface for
TestResultParsers that need manual injection of the TestRunHistorian. |
| Class | Description |
|---|---|
| TestResultParserDriver |
A
TestResultParserDriver executes a TestResultParser with a set of files. |
| Exception | Description |
|---|---|
| ImportException |
Exception to indicate that something went wrong during the import
|
| ImportFailedException |
Exception thrown if the import failed, and no more specific exception was available.
|
| IncompleteTestDataException |
Thrown when
TestResultParser is unable to interpret input data. |
| MalformedInputException |
Exception to be thrown if the imported file contains errors.
|
| NothingToImportException |
Exception thrown if there was no new test information to import
|
| UnexpectedFormatException |
Exception to be thrown if a parser encounters files that are not applicable for this parser.
|
TestResultParsers.