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' |
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.
| def robot.result.executionerrors.ExecutionErrors.__init__ | ( | self, | |
messages = None |
|||
| ) |
Definition at line 27 of file executionerrors.py.
| def robot.result.executionerrors.ExecutionErrors.__getitem__ | ( | self, | |
| index | |||
| ) |
Definition at line 48 of file executionerrors.py.
| def robot.result.executionerrors.ExecutionErrors.__iter__ | ( | self | ) |
Definition at line 42 of file executionerrors.py.
| def robot.result.executionerrors.ExecutionErrors.__len__ | ( | self | ) |
Definition at line 45 of file executionerrors.py.
| def robot.result.executionerrors.ExecutionErrors.__str__ | ( | self | ) |
Definition at line 51 of file executionerrors.py.
| def robot.result.executionerrors.ExecutionErrors.add | ( | self, | |
| other | |||
| ) |
Definition at line 36 of file executionerrors.py.
| def robot.result.executionerrors.ExecutionErrors.messages | ( | self, | |
| messages | |||
| ) |
Definition at line 33 of file executionerrors.py.
| def robot.result.executionerrors.ExecutionErrors.visit | ( | self, | |
| visitor | |||
| ) |
Definition at line 39 of file executionerrors.py.
|
static |
Definition at line 25 of file executionerrors.py.
| robot.result.executionerrors.ExecutionErrors.messages |
Definition at line 30 of file executionerrors.py.