Definition at line 76 of file model.py.
◆ elapsedtime()
| def robot.result.model.StatusMixin.elapsedtime |
( |
|
self | ) |
|
|
private |
◆ failed() [1/2]
| def robot.result.model.StatusMixin.failed |
( |
|
self | ) |
|
|
private |
◆ failed() [2/2]
| def robot.result.model.StatusMixin.failed |
( |
|
self, |
|
|
|
failed |
|
) |
| |
|
private |
◆ not_run() [1/2]
| def robot.result.model.StatusMixin.not_run |
( |
|
self | ) |
|
|
private |
◆ not_run() [2/2]
| def robot.result.model.StatusMixin.not_run |
( |
|
self, |
|
|
|
not_run |
|
) |
| |
|
private |
◆ passed() [1/2]
| def robot.result.model.StatusMixin.passed |
( |
|
self | ) |
|
|
private |
◆ passed() [2/2]
| def robot.result.model.StatusMixin.passed |
( |
|
self, |
|
|
|
passed |
|
) |
| |
|
private |
◆ skipped() [1/2]
| def robot.result.model.StatusMixin.skipped |
( |
|
self | ) |
|
|
private |
◆ skipped() [2/2]
| def robot.result.model.StatusMixin.skipped |
( |
|
self, |
|
|
|
skipped |
|
) |
| |
|
private |
◆ __slots__
| list robot.result.model.StatusMixin.__slots__ = [] |
|
staticprivate |
◆ FAIL
| string robot.result.model.StatusMixin.FAIL = 'FAIL' |
|
static |
◆ NOT_RUN
| string robot.result.model.StatusMixin.NOT_RUN = 'NOT RUN' |
|
static |
◆ NOT_SET
| string robot.result.model.StatusMixin.NOT_SET = 'NOT SET' |
|
static |
◆ PASS
| string robot.result.model.StatusMixin.PASS = 'PASS' |
|
static |
◆ SKIP
| string robot.result.model.StatusMixin.SKIP = 'SKIP' |
|
static |
◆ status
| robot.result.model.StatusMixin.status |
◆ elapsedtime
| robot.result.model.StatusMixin.elapsedtime = property |
|
static |
Total execution time in milliseconds.
Definition at line 86 of file model.py.
◆ failed
| robot.result.model.StatusMixin.failed = property |
|
static |
True when :attr:status is 'FAIL', False otherwise.
Definition at line 105 of file model.py.
◆ not_run
| robot.result.model.StatusMixin.not_run = property |
|
static |
True when :attr:status is 'NOT RUN', False otherwise.
Setting to ``False`` value is ambiguous and raises an exception.
Definition at line 137 of file model.py.
◆ passed
| robot.result.model.StatusMixin.passed = property |
|
static |
True when :attr:status is 'PASS', False otherwise.
Definition at line 93 of file model.py.
◆ skipped
| robot.result.model.StatusMixin.skipped = property |
|
static |
True when :attr:status is 'SKIP', False otherwise.
Setting to ``False`` value is ambiguous and raises an exception.
Definition at line 120 of file model.py.
The documentation for this class was generated from the following file: