Classes, interfaces and traits
Failure¶
A failure provides the details of a failure that happened during the execution of a test case.<p/>
The failure can be:
- an assertion failure: an assertion failed
- an error failure: an expected error occured
« More »
ReportingOptions¶
Reporting options:
- the
reporters
is an array of reporter configurations
« More »
ReportOptions¶
Configures a reporter consisting in a name <code>to</code>, an address <code>at</code> and an optional <code>format</code>.
« More »
TestCaseReport¶
Report the execution of a test case.
« More »
TestSuiteReport¶
The test suite reports is basically a stream of events reporting the test suite execution.
« More »