32 ROBOT_SUPPRESS_NAME =
True
39 AssertionError.__init__(self, message
if not html
else '*HTML* ' + message)
44 ROBOT_CONTINUE_ON_FAILURE =
True
58 ROBOT_SUPPRESS_NAME =
True
65 RuntimeError.__init__(self, message
if not html
else '*HTML* ' + message)
70 ROBOT_EXIT_ON_FAILURE =
True
71 ROBOT_SUPPRESS_NAME =
False
76 ROBOT_SKIP_EXECUTION =
True
77 ROBOT_SUPPRESS_NAME =
True
84 Exception.__init__(self, message
if not html
else '*HTML* ' + message)
Report failed validation but allow continuing execution.
Report error in execution.
def __init__(self, message, html=False)
:param message: Exception message.
Exceptions that libraries can use for communicating failures and other events.
def __init__(self, message, html=False)
:param message: Exception message.
Report error that stops the whole execution.
Mark the executed test or task skipped.
def __init__(self, message, html=False)
:param message: Exception message.