PackageDescription: TestLogger
Test LoggerLast published: December 21, 2010 by 'randy'
Defines 1 Classes
Extends 6 Classes
This package runs all of the SUnitToo test cases in the image and outputs the results in a JUnit-compatible XML format.
It is intended to be used as part of an automated build, perhaps in concert with CruiseControl and ParcelBuilder.
Run from the command line like this:
-outputFile -runTests
The command line options are:
-outputFile Optional The name of a file to which the results will be written. If none is specified, the results will be written to standard output.
-runTests Required This option actually runs the tests and logs the results; it must be the last option on the command line.
Travis Griggs wrote the initial version of this package. I adapted it to do XML output, and to use a Subsystem.
For more information or if you have problems or questions, contact me at rcoulman _at_ gmail.com.