| Home | Trees | Index | Help |
|---|
| Package qm :: Package test :: Module file_result_stream :: Class FileResultStream |
|
object--+ |Extension--+ |ResultStream--+ | FileResultStream
PickleResultStream,
XMLResultStreamA 'FileResultStream' writes its output to a file.
A 'FileResultStream' is an abstract base class for other result stream classes that store results in a single file. The file to which results should be written 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 'Extension'. | |
| Inherited from ResultStream | |
Output summary information about the results. | |
Output all annotations in 'annotations' to this stream. | |
Output an annotation for this run. | |
Output a test result. | |
| 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 |
expected_outcomes = None |
NoneType |
file = None |
str |
filename = ''
|
| Inherited from ResultStream | |
str |
kind = 'result_stream'
|
| Method Details |
|---|
__init__(self,
arguments=None,
**args)
|
| Class Variable Details |
|---|
arguments
|
expected_outcomes
|
file
|
filename
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 27 15:49:07 2007 | http://epydoc.sf.net |