Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | result_stream.ResultStream --+ | StorageResultsStream
A 'StorageResultsStream' stores results.
A 'StorageResultsStream' does not write any output. It simply stores the results for future display.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Construct a 'StorageResultsStream'.
|
Output an annotation for this run. Subclasses should override this if they want to store/display annotations; the default implementation simply discards them. 'key' -- the key value as a string. 'value' -- the value of this annotation as a string.
|
Output a test 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. Derived class methods may override this method. They should, however, invoke this version before returning.
|
Start collecting results. 'test_ids' -- The names of the tests that we are about to run. Start collecting new results. Discard results for the 'test_ids', but not for other tests. |
Return true iff no more results are forthcoming. returns -- True if no more results will be written to this stream. |
Return the accumulated test results. returns -- A dictionary mapping test names to 'Result' objects. |
Return the test results in the order they appeared. returns -- A sequence of test results, in the order that they appeared. |
Return the accumulated resource results. returns -- A dictionary mapping resource names to 'Result' objects. |
Return the 'Result' with the indicated 'name'. 'name' -- A string giving the name of a test or resource result. returns -- The 'Result' instance corresponding to 'name'. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:42 2011 | http://epydoc.sourceforge.net |