|
| def | __init__ (self, errors, message=None) |
| |
| def | get_errors (self) |
| |
| def | __init__ (self, message, test_timeout=False, keyword_timeout=False, syntax=False, exit=False, continue_on_failure=False, return_value=None) |
| |
| def | can_continue (self, teardown=False, templated=False, dry_run=False) |
| |
Definition at line 201 of file errors.py.
◆ __init__()
| def robotide.lib.robot.errors.ExecutionFailures.__init__ |
( |
|
self, |
|
|
|
errors, |
|
|
|
message = None |
|
) |
| |
◆ _format_html_messages()
| def robotide.lib.robot.errors.ExecutionFailures._format_html_messages |
( |
|
self, |
|
|
|
messages |
|
) |
| |
|
private |
◆ _format_message()
| def robotide.lib.robot.errors.ExecutionFailures._format_message |
( |
|
self, |
|
|
|
messages |
|
) |
| |
|
private |
◆ _get_attrs()
| def robotide.lib.robot.errors.ExecutionFailures._get_attrs |
( |
|
self, |
|
|
|
errors |
|
) |
| |
|
private |
◆ get_errors()
| def robotide.lib.robot.errors.ExecutionFailures.get_errors |
( |
|
self | ) |
|
◆ _errors
| robotide.lib.robot.errors.ExecutionFailures._errors |
|
private |
The documentation for this class was generated from the following file: