Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | result_stream.ResultStream --+ | file_result_stream.FileResultStream --+ | DejaGNUStream
|
|||
Inherited from |
|
|||
__init__(self, arguments=None, **args) | |||
WriteResult(self,
result)
Output a test result. |
|||
Summarize(self)
Output summary information about the results. |
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
arguments | A list of the arguments to the extension class. | ||
__summary_outcomes | The outcomes for which summary output should be produced. | ||
__outcome_descs | A map from DejaGNU outcomes to descriptions. | ||
__expected_outcomes | The DejaGNU outcomes that are considered "expected" results. | ||
_argument_dictionary | |||
_argument_list | |||
show_expected_outcomes | |||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|
Output a test result. Subclasses must override this method; the default implementation raises a 'NotImplementedError'. '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. Derived class methods may override this method. They should, however, invoke this version before returning.
|
|
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.
|
__summary_outcomesThe outcomes for which summary output should be produced.
|
__outcome_descsA map from DejaGNU outcomes to descriptions. See 'init_testcounts' in the DejaGNU distribution for the code emulated by this table.
|
__expected_outcomesThe DejaGNU outcomes that are considered "expected" results. DejaGNU results with these outcomes are not displayed unless 'show_expected_outcomes' is true.
|
_argument_dictionary
|
_argument_list
|
show_expected_outcomes
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |