Robot Framework
robot.errors.ExecutionFailed Class Reference

Used for communicating failures in test execution. More...

Inheritance diagram for robot.errors.ExecutionFailed:
robot.errors.ExecutionStatus robot.errors.RobotError Exception robot.errors.ExecutionFailures robot.errors.HandlerExecutionFailed robot.errors.UserKeywordExecutionFailed

Additional Inherited Members

- 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='')
 
- Public Attributes inherited from robot.errors.ExecutionStatus
 exit
 
 keyword_timeout
 
 return_value
 
 skip
 
 syntax
 
 test_timeout
 
- Public Attributes inherited from robot.errors.RobotError
 details
 
- 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
 

Detailed Description

Used for communicating failures in test execution.

Definition at line 178 of file errors.py.


The documentation for this class was generated from the following file: