Qore QUnit Module Reference  0.4.1
QUnit::TestResultExceptionType Class Reference

Class representing Exception of a particular type. More...

Inheritance diagram for QUnit::TestResultExceptionType:

Public Member Methods

 constructor (string exceptionType)
 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 Attributes

string m_exceptionType
 corresponds to the "err" key of ExceptionInfo (the first value of a throw statement)
 

Private Member Methods

 constructor (string exceptionType, string subType)
 private constructor for subclasses
 

Detailed Description

Class representing Exception of a particular type.

Member Function Documentation

◆ constructor()

QUnit::TestResultExceptionType::constructor ( string  exceptionType)

creates the object from the exception arguments

Parameters
exceptionTypecorresponds to the "err" key of ExceptionInfo (the first value of a throw statement)