Table of Contents

Class: ResultReader qm/test/result_reader.py

A ResultReader provides access to stored test results.

For instance, a ResultReader may load 'Result's from a pickle file or an XML file.

This is an abstract class.

See also ResultStream.

Base Classes   
qm.extension.Extension
Methods   
GetAnnotations
GetResult
__iter__
  GetAnnotations 
GetAnnotations ( self )

Return this run's dictionary of annotations.

  GetResult 
GetResult ( self )

Return the next Result from this reader.

returns
A Result, or None if there are no more results.
Exceptions   
NotImplementedError
  __iter__ 
__iter__ ( self )

A ResultReader can be iterated over.


Table of Contents

This document was automatically generated on Mon Jan 3 09:42:29 2005 by HappyDoc version 2.1