Container for total statistics.
More...
Container for total statistics.
Definition at line 21 of file totalstatistics.py.
◆ __init__()
| def robotide.lib.robot.model.totalstatistics.TotalStatistics.__init__ |
( |
|
self, |
|
|
|
rpa = False |
|
) |
| |
◆ __iter__()
| def robotide.lib.robot.model.totalstatistics.TotalStatistics.__iter__ |
( |
|
self | ) |
|
◆ _get_counts()
| def robotide.lib.robot.model.totalstatistics.TotalStatistics._get_counts |
( |
|
self, |
|
|
|
stat |
|
) |
| |
|
private |
◆ message()
| def robotide.lib.robot.model.totalstatistics.TotalStatistics.message |
( |
|
self | ) |
|
|
private |
◆ visit()
| def robotide.lib.robot.model.totalstatistics.TotalStatistics.visit |
( |
|
self, |
|
|
|
visitor |
|
) |
| |
◆ _rpa
| robotide.lib.robot.model.totalstatistics.TotalStatistics._rpa |
|
private |
◆ all
| robotide.lib.robot.model.totalstatistics.TotalStatistics.all |
◆ critical
| robotide.lib.robot.model.totalstatistics.TotalStatistics.critical |
◆ message
| robotide.lib.robot.model.totalstatistics.TotalStatistics.message = property |
|
static |
String representation of the statistics.
For example::
2 critical tests, 1 passed, 1 failed
2 tests total, 1 passed, 1 failed
Definition at line 45 of file totalstatistics.py.
The documentation for this class was generated from the following file: