Robot Framework
robot.running.status.SuiteMessage Class Reference
Inheritance diagram for robot.running.status.SuiteMessage:
robot.running.status._Message robot.running.status.ParentMessage

Static Public Attributes

string also_teardown_message = '%s\n\nAlso suite teardown failed:\n%s'
 
string also_teardown_skip_message = 'Skipped in suite teardown:\n%s\n\nEarlier message:\n%s'
 
string setup_message = 'Suite setup failed:\n%s'
 
string setup_skipped_message = 'Skipped in suite setup:\n%s'
 
string teardown_message = 'Suite teardown failed:\n%s'
 
string teardown_skipped_message = 'Skipped in suite teardown:\n%s'
 
- Static Public Attributes inherited from robot.running.status._Message
 also_teardown_message = NotImplemented
 
 setup_message = NotImplemented
 
 setup_skipped_message = NotImplemented
 
 teardown_message = NotImplemented
 
 teardown_skipped_message = NotImplemented
 

Additional Inherited Members

- Public Member Functions inherited from robot.running.status._Message
def __init__ (self, status)
 
- Public Attributes inherited from robot.running.status._Message
 failure
 
 skipped
 
- Properties inherited from robot.running.status._Message
 message = property
 

Detailed Description

Definition at line 318 of file status.py.

Member Data Documentation

◆ also_teardown_message

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

Definition at line 323 of file status.py.

◆ also_teardown_skip_message

string robot.running.status.SuiteMessage.also_teardown_skip_message = 'Skipped in suite teardown:\n%s\n\nEarlier message:\n%s'
static

Definition at line 324 of file status.py.

◆ setup_message

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

Definition at line 319 of file status.py.

◆ setup_skipped_message

string robot.running.status.SuiteMessage.setup_skipped_message = 'Skipped in suite setup:\n%s'
static

Definition at line 320 of file status.py.

◆ teardown_message

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

Definition at line 322 of file status.py.

◆ teardown_skipped_message

string robot.running.status.SuiteMessage.teardown_skipped_message = 'Skipped in suite teardown:\n%s'
static

Definition at line 321 of file status.py.


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