OpenStructure
|
Inherits TestResult.
Public Member Functions | |
__init__ (self, classname) | |
startTest (self, test) | |
stopTest (self, test) | |
addError (self, test, err) | |
addFailure (self, test, err) | |
print_report (self, stream, time_taken, out, err) | |
Data Fields | |
errors | |
failures | |
testsRun | |
Protected Attributes | |
_test_name | |
_start_time | |
_tests | |
_error | |
_failure | |
A test result class that stores result as XML. Used by XMLTestRunner.
Definition at line 91 of file xmlrunner.py.
__init__ | ( | self, | |
classname | |||
) |
Definition at line 99 of file xmlrunner.py.
addError | ( | self, | |
test, | |||
err | |||
) |
Definition at line 124 of file xmlrunner.py.
addFailure | ( | self, | |
test, | |||
err | |||
) |
Definition at line 128 of file xmlrunner.py.
print_report | ( | self, | |
stream, | |||
time_taken, | |||
out, | |||
err | |||
) |
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
Definition at line 132 of file xmlrunner.py.
startTest | ( | self, | |
test | |||
) |
Definition at line 107 of file xmlrunner.py.
stopTest | ( | self, | |
test | |||
) |
Definition at line 113 of file xmlrunner.py.
|
protected |
Definition at line 104 of file xmlrunner.py.
|
protected |
Definition at line 105 of file xmlrunner.py.
|
protected |
Definition at line 102 of file xmlrunner.py.
|
protected |
Definition at line 101 of file xmlrunner.py.
|
protected |
Definition at line 103 of file xmlrunner.py.
errors |
Definition at line 140 of file xmlrunner.py.
failures |
Definition at line 140 of file xmlrunner.py.
testsRun |
Definition at line 144 of file xmlrunner.py.