| Home | Trees | Index | Help |
|---|
| Package qm :: Package test :: Module file_result_reader :: Class FileResultReader |
|
object--+ |Extension--+ |ResultReader--+ | FileResultReader
PickleResultReader,
XMLResultReaderA 'FileResultReader' gets its input from a file.
A 'FileResultReader' is an abstract base class for other result reader classes that read results from a single file. The file from which results should be read can be specified using either the 'filename' argument or the 'file' argument. The latter is for use by QMTest internally.| Method Summary | |
|---|---|
Construct a new 'FileResultReader'. | |
| Inherited from ResultReader | |
A 'ResultReader' can be iterated over. | |
Return this run's dictionary of annotations. | |
Return the next 'Result' from this reader. | |
| Inherited from Extension | |
| |
Return the name of the extension class. | |
Return the arguments to this extension instance. | |
Create a DOM document for 'self'. | |
Create a DOM node for 'self'. | |
Write an XML description of 'self' to a file. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
list |
arguments = [<<class 'qm.fields.TextField'> filename>, <...
|
NoneType |
file = None |
str |
filename = ''
|
classobj |
InvalidFile = qm.test.file_result_reader.InvalidFile |
| Inherited from ResultReader | |
str |
kind = 'result_reader'
|
| Method Details |
|---|
__init__(self,
arguments=None,
**args)
|
| Class Variable Details |
|---|
arguments
|
file
|
filename
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 27 15:49:03 2007 | http://epydoc.sf.net |