Public Member Functions | |
| def | __init__ (self, parent=None, exit_on_failure_mode=False, exit_on_error_mode=False, skip_teardown_on_exit_mode=False) |
Public Member Functions inherited from robotide.lib.robot.running.status._ExecutionStatus | |
| def | __init__ (self, parent=None, *exit_modes) |
| def | critical_failure_occurred (self) |
| def | error_occurred (self) |
| def | setup_executed (self, failure=None) |
| def | teardown_executed (self, failure=None) |
Private Member Functions | |
| def | _my_message (self) |
Additional Inherited Members | |
Public Attributes inherited from robotide.lib.robot.running.status._ExecutionStatus | |
| children | |
| exit | |
| failure | |
| parent | |
Properties inherited from robotide.lib.robot.running.status._ExecutionStatus | |
| failures = property | |
| message = property | |
| status = property | |
| teardown_allowed = property | |
| def robotide.lib.robot.running.status.SuiteStatus.__init__ | ( | self, | |
parent = None, |
|||
exit_on_failure_mode = False, |
|||
exit_on_error_mode = False, |
|||
skip_teardown_on_exit_mode = False |
|||
| ) |
|
private |
Reimplemented from robotide.lib.robot.running.status._ExecutionStatus.