Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.errors.PassExecution Class Reference

Used by 'Pass Execution' keyword. More...

Inheritance diagram for robotide.lib.robot.errors.PassExecution:
robotide.lib.robot.errors.ExecutionPassed robotide.lib.robot.errors.ExecutionStatus robotide.lib.robot.errors.RobotError Exception

Public Member Functions

def __init__ (self, message)
 
- Public Member Functions inherited from robotide.lib.robot.errors.ExecutionPassed
def __init__ (self, message=None, **kwargs)
 
def set_earlier_failures (self, failures)
 
- Public Member Functions inherited from robotide.lib.robot.errors.ExecutionStatus
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)
 
def get_errors (self)
 
- Public Member Functions inherited from robotide.lib.robot.errors.RobotError
def __init__ (self, message='', details='')
 

Additional Inherited Members

- Public Attributes inherited from robotide.lib.robot.errors.ExecutionStatus
 exit
 
 keyword_timeout
 
 return_value
 
 syntax
 
 test_timeout
 
- Public Attributes inherited from robotide.lib.robot.errors.RobotError
 details
 
- Properties inherited from robotide.lib.robot.errors.ExecutionPassed
 earlier_failures = property
 
 status = property
 
- Properties inherited from robotide.lib.robot.errors.ExecutionStatus
 continue_on_failure = property
 
 dont_continue = property
 
 status = property
 
 timeout = property
 
- Properties inherited from robotide.lib.robot.errors.RobotError
 message = property
 

Detailed Description

Used by 'Pass Execution' keyword.

Definition at line 300 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.errors.PassExecution.__init__ (   self,
  message 
)

Definition at line 302 of file errors.py.


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