Used when a test or keyword timeout occurs. More...
Public Member Functions | |
| def | __init__ (self, message='', test_timeout=True) |
Public Attributes | |
| test_timeout | |
Public Attributes inherited from robot.errors.RobotError | |
| details | |
Properties | |
| keyword_timeout = property | |
Properties inherited from robot.errors.RobotError | |
| message = property | |
Private Member Functions | |
| def | keyword_timeout (self) |
Used when a test or keyword timeout occurs.
This exception is handled specially so that execution of the current test is always stopped immediately and it is not caught by keywords executing other keywords (e.g. `Run Keyword And Expect Error`).
| def robot.errors.TimeoutError.__init__ | ( | self, | |
message = '', |
|||
test_timeout = True |
|||
| ) |
Reimplemented from robot.errors.RobotError.
|
private |
|
static |