Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | result_stream.ResultStream --+ | FileResultStream
A 'FileResultStream' writes its output to a file.
A 'FileResultStream' is an abstract base class for other result stream classes that store results in a single file. The file to which results should be written can be specified using either the 'filename' argument or the 'file' argument. The latter is for use by QMTest internally.
|
|||
Inherited from |
|
|||
__init__(self, arguments=None, **args) | |||
Inherited from Inherited from Inherited from Inherited from |
|
|||
_argument_dictionary | |||
_argument_list | |||
_is_binary_file | If true, the file written is a binary file. | ||
arguments | A list of the arguments to the extension class. | ||
file | |||
filename | |||
Inherited from Inherited from Inherited from |
|
|
|
_argument_dictionary
|
_argument_list
|
_is_binary_fileIf true, the file written is a binary file. This flag can be overridden by derived classes.
|
argumentsA list of the arguments to the extension class. Each element of this list should be an instance of 'Field'. The 'Field' instance describes the argument. Derived classes may redefine this class variable. However, derived classes should not explicitly include the arguments from base classes; QMTest will automatically combine all the arguments found throughout the class hierarchy.
|
file
|
filename
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:33 2007 | http://epydoc.sf.net |