JsUnit 1.3 |
![]() |
![]() |
This class is only active, if the ECMA implementation of the current engine does not support it.
Public Member Functions | |
void | Error (String msg) |
Constructor. | |
String | toString () |
String representation of the error. | |
Public Attributes | |
String | message |
The error message. | |
Static Public Attributes | |
static int | testable |
static String | name |
The name of the Error class as String. |
void Error::Error | ( | String | msg | ) |
Constructor.
The constructor initializes the message
member with the argument msg.
msg | The error message. |
String Error::toString | ( | ) |
String representation of the error.
Reimplemented in JsUnitError.
int Error::testable [static] |
String Error::name [static] |
The name of the Error class as String.
Reimplemented in ComparisonFailure, AssertionFailedError, InterfaceDefinitionError, JsUnitError, FunctionGluingError, and PrinterWriterError.
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Fri Oct 19 23:10:58 2007 for JsUnit by doxygen 1.5.2
|