Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.running.status.ParentMessage Class Reference
Inheritance diagram for robotide.lib.robot.running.status.ParentMessage:
robotide.lib.robot.running.status.SuiteMessage robotide.lib.robot.running.status._Message

Public Member Functions

def __init__ (self, status)
 

Static Public Attributes

string also_teardown_message = '%s\n\nAlso parent suite teardown failed:\n%s'
 
string setup_message = 'Parent suite setup failed:\n%s'
 
string teardown_message = 'Parent suite teardown failed:\n%s'
 
- Static Public Attributes inherited from robotide.lib.robot.running.status.SuiteMessage
string also_teardown_message = '%s\n\nAlso suite teardown failed:\n%s'
 
string setup_message = 'Suite setup failed:\n%s'
 
string teardown_message = 'Suite teardown failed:\n%s'
 
- Static Public Attributes inherited from robotide.lib.robot.running.status._Message
 also_teardown_message = NotImplemented
 
 setup_message = NotImplemented
 
 teardown_message = NotImplemented
 

Additional Inherited Members

- Public Attributes inherited from robotide.lib.robot.running.status._Message
 failure
 
- Properties inherited from robotide.lib.robot.running.status._Message
 message = property
 

Detailed Description

Definition at line 240 of file status.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.running.status.ParentMessage.__init__ (   self,
  status 
)

Reimplemented from robotide.lib.robot.running.status._Message.

Definition at line 245 of file status.py.

Member Data Documentation

◆ also_teardown_message

string robotide.lib.robot.running.status.ParentMessage.also_teardown_message = '%s\n\nAlso parent suite teardown failed:\n%s'
static

Definition at line 243 of file status.py.

◆ setup_message

string robotide.lib.robot.running.status.ParentMessage.setup_message = 'Parent suite setup failed:\n%s'
static

Definition at line 241 of file status.py.

◆ teardown_message

string robotide.lib.robot.running.status.ParentMessage.teardown_message = 'Parent suite teardown failed:\n%s'
static

Definition at line 242 of file status.py.


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