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

Static Public Attributes

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 Member Functions inherited from robotide.lib.robot.running.status._Message
def __init__ (self, status)
 
- 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 234 of file status.py.

Member Data Documentation

◆ also_teardown_message

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

Definition at line 237 of file status.py.

◆ setup_message

string robotide.lib.robot.running.status.SuiteMessage.setup_message = 'Suite setup failed:\n%s'
static

Definition at line 235 of file status.py.

◆ teardown_message

string robotide.lib.robot.running.status.SuiteMessage.teardown_message = 'Suite teardown failed:\n%s'
static

Definition at line 236 of file status.py.


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