class documentation
Information about a particular test.
Used by _XMLTestResult.
Static Method | create |
Create a _TestInfo instance for an erroneous test. |
Static Method | create |
Create a _TestInfo instance for a failed test. |
Static Method | create |
Create a _TestInfo instance for a successful test. |
Method | __init__ |
Undocumented |
Method | print |
Print information about this test case in XML format to the supplied stream. |
Method | print |
Undocumented |
Method | xml |
Create an XML tag with information about this test case. |
Method | _print |
Append an XML tag with information from a failure or error to the supplied testcase. |
Method | _print |
Print information from a failure or error to the supplied stream. |
Instance Variable | _class |
Undocumented |
Instance Variable | _error |
Undocumented |
Instance Variable | _failure |
Undocumented |
Instance Variable | _method |
Undocumented |
Instance Variable | _time |
Undocumented |