| Home | Trees | Indices | Help |
|---|
|
|
Class to log results to logfile in XML format.
The class creates a DOM document to represent the test output results and writes the DOM to the logfile using toprettyxml(). The outputDir, stylesheet, useFileURL attributes of the class can be over-ridden in the PySys project file using the nested <property> tag on the <writer> tag.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
| Instance Variables | |
| string |
outputDir = NonePath to output directory to write the test summary files |
| string |
stylesheet = Path to the XSL stylesheet |
| string (true | false) |
useFileURL = Indicates if full file URLs are to be used for local resource references |
| Method Details |
Create an instance of the TextResultsWriter class.
|
Implementation of the setup method. Creates the DOM for the test output summary and writes to logfile.
|
Implementation of the cleanup method. Updates the test run status in the DOM, and re-writes to logfile.
|
Implementation of the processResult method. Adds the results node to the DOM and re-writes to logfile.
|
| Instance Variable Details |
stylesheetPath to the XSL stylesheet
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 3 14:41:14 2014 | http://epydoc.sourceforge.net |