Mark the executed test or task skipped. More...
Public Member Functions | |
| def | __init__ (self, message, html=False) |
| :param message: Exception message. More... | |
Static Public Attributes | |
| bool | ROBOT_SKIP_EXECUTION = True |
| bool | ROBOT_SUPPRESS_NAME = True |
Mark the executed test or task skipped.
Definition at line 75 of file exceptions.py.
| def robot.api.exceptions.SkipExecution.__init__ | ( | self, | |
| message, | |||
html = False |
|||
| ) |
:param message: Exception message.
:param html: When True, message is considered to be HTML and not escaped.
Definition at line 83 of file exceptions.py.
|
static |
Definition at line 76 of file exceptions.py.
|
static |
Definition at line 77 of file exceptions.py.