Qore QUnit Module Reference
0.4.3
|
Class representing test function failure, both unspecific and with detail. More...
Public Member Methods | |
constructor () | |
Instantiate an unspecific failure, no detail. | |
constructor (string s) | |
Instantiate an annotated failure, string detail. | |
bool | equals (QUnit::AbstractTestResult r) |
Equality operator. | |
Class representing test function failure, both unspecific and with detail.