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

Public Member Functions

def __init__ (self, status)
 

Public Attributes

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

Static Public Attributes

string also_teardown_message = '%s\n\nAlso teardown failed:\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 teardown_message = '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
 

Properties

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

Private Member Functions

def message (self)
 

Detailed Description

Definition at line 205 of file status.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Definition at line 214 of file status.py.

Member Function Documentation

◆ message()

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

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

Definition at line 221 of file status.py.

Member Data Documentation

◆ also_teardown_message

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

Definition at line 208 of file status.py.

◆ exit

robotide.lib.robot.running.status.TestMessage.exit

Definition at line 216 of file status.py.

◆ exit_on_error_message

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

Definition at line 212 of file status.py.

◆ exit_on_failure_message

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

Definition at line 210 of file status.py.

◆ exit_on_fatal_message

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

Definition at line 209 of file status.py.

◆ setup_message

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

Definition at line 206 of file status.py.

◆ teardown_message

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

Definition at line 207 of file status.py.

Property Documentation

◆ message

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

Definition at line 219 of file status.py.


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