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

Public Member Functions

def __init__ (self, status)
 

Public Attributes

 exit
 
- Public Attributes inherited from robot.running.status._Message
 failure
 
 skipped
 

Static Public Attributes

string also_teardown_message = '%s\n\nAlso teardown failed:\n%s'
 
string also_teardown_skip_message = 'Skipped in teardown:\n%s\n\nEarlier message:\n%s'
 
string exit_on_error_message = 'Error occurred and exit-on-error mode is in use.'
 
 exit_on_failure_message = \
 
string exit_on_fatal_message = 'Test execution stopped due to a fatal error.'
 
string setup_message = 'Setup failed:\n%s'
 
string setup_skipped_message = '%s'
 
string teardown_message = 'Teardown failed:\n%s'
 
string teardown_skipped_message = '%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
 

Properties

 message = property
 
- Properties inherited from robot.running.status._Message
 message = property
 

Private Member Functions

def message (self)
 

Detailed Description

Definition at line 286 of file status.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.status.TestMessage.__init__ (   self,
  status 
)

Reimplemented from robot.running.status._Message.

Definition at line 298 of file status.py.

Member Function Documentation

◆ message()

def robot.running.status.TestMessage.message (   self)
private

Reimplemented from robot.running.status._Message.

Definition at line 305 of file status.py.

Member Data Documentation

◆ also_teardown_message

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

Definition at line 291 of file status.py.

◆ also_teardown_skip_message

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

Definition at line 292 of file status.py.

◆ exit

robot.running.status.TestMessage.exit

Definition at line 300 of file status.py.

◆ exit_on_error_message

string robot.running.status.TestMessage.exit_on_error_message = 'Error occurred and exit-on-error mode is in use.'
static

Definition at line 296 of file status.py.

◆ exit_on_failure_message

robot.running.status.TestMessage.exit_on_failure_message = \
static

Definition at line 294 of file status.py.

◆ exit_on_fatal_message

string robot.running.status.TestMessage.exit_on_fatal_message = 'Test execution stopped due to a fatal error.'
static

Definition at line 293 of file status.py.

◆ setup_message

string robot.running.status.TestMessage.setup_message = 'Setup failed:\n%s'
static

Definition at line 287 of file status.py.

◆ setup_skipped_message

string robot.running.status.TestMessage.setup_skipped_message = '%s'
static

Definition at line 289 of file status.py.

◆ teardown_message

string robot.running.status.TestMessage.teardown_message = 'Teardown failed:\n%s'
static

Definition at line 288 of file status.py.

◆ teardown_skipped_message

string robot.running.status.TestMessage.teardown_skipped_message = '%s'
static

Definition at line 290 of file status.py.

Property Documentation

◆ message

robot.running.status.TestMessage.message = property
static

Definition at line 303 of file status.py.


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