|
Qore QUnit Module Reference
0.3.3
|
Class representing Exception of a particular type with a particular detail message. More...

Public Member Functions | |
| constructor (string exceptionType, string exceptionDetail) | |
| creates the object from the exception arguments More... | |
| bool | equals (QUnit::AbstractTestResult r) |
| Equality operator. | |
| string | toString () |
| returns a string describing the exception type | |
Public Member Functions inherited from QUnit::TestResultExceptionType | |
| constructor (string exceptionType) | |
| creates the object from the exception arguments More... | |
Additional Inherited Members | |
Public Attributes inherited from QUnit::TestResultExceptionType | |
| string | m_exceptionType |
corresponds to the "err" key of ExceptionInfo (the first value of a throw statement) | |
Class representing Exception of a particular type with a particular detail message.
creates the object from the exception arguments
| exceptionType | corresponds to the "err" key of ExceptionInfo |
| exceptionDetail | corresponds to the "desc" key of ExceptionInfo |