Combined results of multiple test executions. More...
Public Member Functions | |
| def | __init__ (self, results=None) |
| def | add_result (self, other) |
Public Member Functions inherited from robot.result.executionresult.Result | |
| def | __init__ (self, source=None, root_suite=None, errors=None, rpa=None) |
| def | configure (self, status_rc=True, suite_config=None, stat_config=None) |
| Configures the result object and objects it contains. More... | |
| def | handle_suite_teardown_failures (self) |
| Internal usage only. More... | |
| def | save (self, path=None) |
| Save results as a new output XML file. More... | |
| def | set_execution_mode (self, other) |
| Set execution mode based on other result. More... | |
| def | visit (self, visitor) |
| An entry point to visit the whole result object. More... | |
Additional Inherited Members | |
Public Attributes inherited from robot.result.executionresult.Result | |
| errors | |
| generated_by_robot | |
| rpa | |
| source | |
| suite | |
Properties inherited from robot.result.executionresult.Result | |
| return_code = property | |
| Return code (integer) of test execution. More... | |
| statistics = property | |
| Test execution statistics. More... | |
Combined results of multiple test executions.
Definition at line 146 of file executionresult.py.
| def robot.result.executionresult.CombinedResult.__init__ | ( | self, | |
results = None |
|||
| ) |
Definition at line 148 of file executionresult.py.
| def robot.result.executionresult.CombinedResult.add_result | ( | self, | |
| other | |||
| ) |
Definition at line 153 of file executionresult.py.