JsUnit |
A TestFailure collects a failed test together with the caught exception. More...
Public Member Functions | |
void | TestFailure (Test test, Error except) |
Constructor. More... | |
Public Attributes | |
int | mException |
int | mTest |
A TestFailure collects a failed test together with the caught exception.
Constructor.
test | The failed test. |
except | The thrown error of the exception |
int TestFailure::mException |
int TestFailure::mTest |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Wed Apr 15 2015 02:33:07 for JsUnit by doxygen 1.8.5
|