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 »
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 »