Robot Framework
robot.model.stats.TotalStat Class Reference

Stores statistic values for a test run. More...

Inheritance diagram for robot.model.stats.TotalStat:
robot.model.stats.Stat

Static Public Attributes

string type = 'total'
 

Additional Inherited Members

- Public Member Functions inherited from robot.model.stats.Stat
def __bool__ (self)
 
def __init__ (self, name)
 
def add_test (self, test)
 
def get_attributes (self, include_label=False, include_elapsed=False, exclude_empty=True, values_as_strings=False, html_escape=False)
 
def visit (self, visitor)
 
- Public Attributes inherited from robot.model.stats.Stat
 elapsed
 
 failed
 
 name
 
 passed
 
 skipped
 
- Properties inherited from robot.model.stats.Stat
 _sort_key = property
 
 total = property
 

Detailed Description

Stores statistic values for a test run.

Definition at line 104 of file stats.py.

Member Data Documentation

◆ type

string robot.model.stats.TotalStat.type = 'total'
static

Definition at line 105 of file stats.py.


The documentation for this class was generated from the following file: