| Home | Trees | Indices | Help |
|---|
|
|
Class to log results to logfile in text format.
Writing of the test summary file defaults to the working directory. This can be 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 |
| Method Details |
Create an instance of the TextResultsWriter class.
|
Implementation of the setup method. Creates the file handle to the logfile and logs initial details of the date, platform and test host.
|
Implementation of the cleanup method. Flushes and closes the file handle to the logfile.
|
Implementation of the processResult method. Writes the test id and outcome to the logfile.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 3 14:41:14 2014 | http://epydoc.sourceforge.net |