Base class for all exceptions communicating that execution passed. More...
Public Member Functions | |
| def | __init__ (self, message=None, **kwargs) |
| def | set_earlier_failures (self, failures) |
Public Member Functions inherited from robot.errors.ExecutionStatus | |
| def | __init__ (self, message, test_timeout=False, keyword_timeout=False, syntax=False, exit=False, continue_on_failure=False, skip=False, return_value=None) |
| def | can_continue (self, context, templated=False) |
| def | get_errors (self) |
Public Member Functions inherited from robot.errors.RobotError | |
| def | __init__ (self, message='', details='') |
Properties | |
| earlier_failures = property | |
| status = property | |
Properties inherited from robot.errors.ExecutionStatus | |
| continue_on_failure = property | |
| dont_continue = property | |
| status = property | |
| timeout = property | |
Properties inherited from robot.errors.RobotError | |
| message = property | |
Private Member Functions | |
| def | earlier_failures (self) |
| def | status (self) |
Private Attributes | |
| _earlier_failures | |
Additional Inherited Members | |
Public Attributes inherited from robot.errors.ExecutionStatus | |
| exit | |
| keyword_timeout | |
| return_value | |
| skip | |
| syntax | |
| test_timeout | |
Public Attributes inherited from robot.errors.RobotError | |
| details | |
Base class for all exceptions communicating that execution passed.
Should not be raised directly, but more detailed exceptions used instead.
| def robot.errors.ExecutionPassed.__init__ | ( | self, | |
message = None, |
|||
| ** | kwargs | ||
| ) |
|
private |
| def robot.errors.ExecutionPassed.set_earlier_failures | ( | self, | |
| failures | |||
| ) |
|
private |
Reimplemented from robot.errors.ExecutionStatus.
|
static |