JsUnit 1.3 |
![]() |
![]() |
Public Member Functions | |
void | ComparisonFailure (String msg, String expected, String actual, CallStack stack) |
Constructor. | |
Public Attributes | |
int | mExpected |
int | mActual |
Static Public Attributes | |
static String | name |
The name of the ComparisonFailure class as String. |
void ComparisonFailure::ComparisonFailure | ( | String | msg, | |
String | expected, | |||
String | actual, | |||
CallStack | stack | |||
) |
Constructor.
An AssertionFailedMessage needs a message and a call stack for construction.
msg | Failure message (optional). | |
expected | The expected string value. | |
actual | The actual string value. | |
stack | The call stack of the assertion. |
String ComparisonFailure::name [static] |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Fri Oct 19 23:10:51 2007 for JsUnit by doxygen 1.5.2
|