Class: StorageResultsStream | qm/test/web/web.py | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A
|
Base Classes | |
---|---|
ResultStream |
Methods | ||
---|---|---|
| ||
GetAnnotations | ||
GetAnnotations ( self ) Return the annotations for this run. | ||
GetResourceResults | ||
GetResourceResults ( self ) Return the accumulated resource results.
| ||
GetResult | ||
GetResult ( self, name ) Return the
| ||
GetTestResults | ||
GetTestResults ( self ) Return the accumulated test results.
| ||
GetTestResultsInOrder | ||
GetTestResultsInOrder ( self ) Return the test results in the order they appeared.
| ||
IsFinished | ||
IsFinished ( self ) Return true iff no more results are forthcoming.
| ||
Start | ||
Start ( self, test_ids ) Start collecting results.
Start collecting new results. Discard results for the
| ||
Summarize | ||
Summarize ( self ) 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. | ||
WriteAnnotation | ||
WriteAnnotation ( self, key, value, ) | ||
WriteResult | ||
WriteResult ( self, result ) Output a test result.
| ||
__init__ | ||
__init__ ( self ) Construct a |