class documentation
A test result class that stores result as XML.
Used by XMLTestRunner.
Method | __init__ |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | filter |
Undocumented |
Method | print |
Prints the XML report to the supplied stream. |
Method | print |
Prints the text report to the supplied stream. |
Method | start |
Undocumented |
Method | stop |
Undocumented |
Method | xml |
@return XML tag representing the object @rtype: xml.etree.ElementTree.Element |
Instance Variable | _error |
Undocumented |
Instance Variable | _failure |
Undocumented |
Instance Variable | _start |
Undocumented |
Instance Variable | _test |
Undocumented |
Instance Variable | _tests |
Undocumented |
Prints the XML report to the supplied stream.
The time the tests took to perform as well as the captured standard output and standard error streams must be passed in.a
Prints the text report to the supplied stream.
The time the tests took to perform as well as the captured standard output and standard error streams must be passed in.a