Container for total, suite and tag statistics. More...
Public Member Functions | |
| def | __init__ (self, suite, suite_stat_level=-1, tag_stat_include=None, tag_stat_exclude=None, tag_stat_combine=None, tag_doc=None, tag_stat_link=None, rpa=False) |
| def | visit (self, visitor) |
Public Attributes | |
| suite | |
| tags | |
| total | |
Container for total, suite and tag statistics.
Accepted parameters have the same semantics as the matching command line options.
Definition at line 27 of file statistics.py.
| def robot.model.statistics.Statistics.__init__ | ( | self, | |
| suite, | |||
suite_stat_level = -1, |
|||
tag_stat_include = None, |
|||
tag_stat_exclude = None, |
|||
tag_stat_combine = None, |
|||
tag_doc = None, |
|||
tag_stat_link = None, |
|||
rpa = False |
|||
| ) |
Definition at line 28 of file statistics.py.
| def robot.model.statistics.Statistics.visit | ( | self, | |
| visitor | |||
| ) |
Definition at line 44 of file statistics.py.
| robot.model.statistics.Statistics.suite |
Definition at line 40 of file statistics.py.
| robot.model.statistics.Statistics.tags |
Definition at line 42 of file statistics.py.
| robot.model.statistics.Statistics.total |
Definition at line 38 of file statistics.py.