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.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
string |
outputDir = None Path 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 |
|
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.
|
|
stylesheetPath to the XSL stylesheet
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 05 17:52:37 2018 | http://epydoc.sourceforge.net |