Container for suite statistics. More...
Public Member Functions | |
| def | __init__ (self, suite) |
| def | __iter__ (self) |
| def | visit (self, visitor) |
Public Attributes | |
| stat | |
| suites | |
Container for suite statistics.
Definition at line 20 of file suitestatistics.py.
| def robot.model.suitestatistics.SuiteStatistics.__init__ | ( | self, | |
| suite | |||
| ) |
Definition at line 22 of file suitestatistics.py.
| def robot.model.suitestatistics.SuiteStatistics.__iter__ | ( | self | ) |
Definition at line 31 of file suitestatistics.py.
| def robot.model.suitestatistics.SuiteStatistics.visit | ( | self, | |
| visitor | |||
| ) |
Definition at line 28 of file suitestatistics.py.
| robot.model.suitestatistics.SuiteStatistics.stat |
Definition at line 24 of file suitestatistics.py.
| robot.model.suitestatistics.SuiteStatistics.suites |
Definition at line 26 of file suitestatistics.py.