JsUnit |
![]() |
![]() |
The ResultPrinter of JsUnit 1.1. More...


Public Member Functions | |
| void | ClassicResultPrinter (PrinterWriter writer) |
| Constructor. More... | |
Public Member Functions inherited from ResultPrinter | |
| void | ResultPrinter (PrinterWriter writer) |
| Constructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from ResultPrinter | |
| int | mColumn |
Protected Member Functions inherited from TestListener | |
| virtual void | TestListener () |
| virtual void | startTest (Test test) |
| A test started. More... | |
| virtual void | endTest (Test test) |
| A test ended. More... | |
| virtual void | addFailure (Test test, AssertionFailedError afe) |
| An occured failure was added. More... | |
| virtual void | addError (Test test, Error except) |
| An occurred error was added. More... | |
The ResultPrinter of JsUnit 1.1.
It prints for every test a single row and reports at the end of a test a small summary.
| void ClassicResultPrinter::ClassicResultPrinter | ( | PrinterWriter | writer | ) |
Constructor.
| writer | The writer for the report. Initialization of the ClassicResultPrinter. If no writer is provided the instance uses the SystemWriter. |
|
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Wed Apr 15 2015 02:33:06 for JsUnit by doxygen 1.8.5
|