Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | result_stream.ResultStream --+ | file_result_stream.FileResultStream --+ | TextResultStream
A 'TextResultStream' displays test results textually.
A 'TextResultStream' displays information textually, in human readable form. This 'ResultStream' is used when QMTest is run without a graphical user interface.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
arguments = [qm.fields.EnumerationField(name= "format", title= A list of the arguments to the extension class. |
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Construct a 'TextResultStream'. 'args' -- As for 'Extension.__init__'.
|
Output a test or resource result. 'result' -- A 'Result'.
|
Output summary information about the results. When this method is called, the test run is complete. Summary information should be displayed for the user, if appropriate. Any finalization, such as the closing of open files, should also be performed at this point.
|
Write out statistical information about the results. Write out statistical information about the results. |
Output statistical information. 'format' -- A format string with (optional) fill-ins corresponding to statistical information. The formatted string is written to the result file. |
Summarize each of the results. 'results' -- The sequence of 'Result' objects to summarize. |
Display 'result'. 'result' -- The 'Result' of a test or resource execution. 'format' -- The format to use when displaying results. |
Display the annotations associated with 'result'. 'result' -- The 'Result' to dispay. |
Write a line indicating the outcome of a test or resource. 'name' -- The name of the test or resource. 'kind' -- The kind of result being displayed. 'outcome' -- A string giving the outcome. 'expected_outcome' -- If not 'None', the expected outcome. |
Display 'heading'. 'heading' -- The string to use as a heading for the next section of the report. |
|
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.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |