Robot Framework
robot.result.executionerrors.ExecutionErrors Class Reference

Represents errors occurred during the execution of tests. More...

Public Member Functions

def __getitem__ (self, index)
 
def __init__ (self, messages=None)
 
def __iter__ (self)
 
def __len__ (self)
 
def __str__ (self)
 
def add (self, other)
 
def messages (self, messages)
 
def visit (self, visitor)
 

Public Attributes

 messages
 

Static Public Attributes

string id = 'errors'
 

Detailed Description

Represents errors occurred during the execution of tests.

An error might be, for example, that importing a library has failed.

Definition at line 24 of file executionerrors.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.result.executionerrors.ExecutionErrors.__init__ (   self,
  messages = None 
)

Definition at line 27 of file executionerrors.py.

Member Function Documentation

◆ __getitem__()

def robot.result.executionerrors.ExecutionErrors.__getitem__ (   self,
  index 
)

Definition at line 48 of file executionerrors.py.

◆ __iter__()

def robot.result.executionerrors.ExecutionErrors.__iter__ (   self)

Definition at line 42 of file executionerrors.py.

◆ __len__()

def robot.result.executionerrors.ExecutionErrors.__len__ (   self)

Definition at line 45 of file executionerrors.py.

◆ __str__()

def robot.result.executionerrors.ExecutionErrors.__str__ (   self)

Definition at line 51 of file executionerrors.py.

◆ add()

def robot.result.executionerrors.ExecutionErrors.add (   self,
  other 
)

Definition at line 36 of file executionerrors.py.

◆ messages()

def robot.result.executionerrors.ExecutionErrors.messages (   self,
  messages 
)

Definition at line 33 of file executionerrors.py.

◆ visit()

def robot.result.executionerrors.ExecutionErrors.visit (   self,
  visitor 
)

Definition at line 39 of file executionerrors.py.

Member Data Documentation

◆ id

string robot.result.executionerrors.ExecutionErrors.id = 'errors'
static

Definition at line 25 of file executionerrors.py.

◆ messages

robot.result.executionerrors.ExecutionErrors.messages

Definition at line 30 of file executionerrors.py.


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