Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.model.stats.TotalStat Class Reference

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

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

Static Public Attributes

string type = 'total'
 

Additional Inherited Members

- Public Member Functions inherited from robotide.lib.robot.model.stats.Stat
def __init__ (self, name)
 
def __nonzero__ (self)
 
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 robotide.lib.robot.model.stats.Stat
 elapsed
 
 failed
 
 name
 
 passed
 
- Properties inherited from robotide.lib.robot.model.stats.Stat
 _sort_key = property
 
 total = property
 

Detailed Description

Stores statistic values for a test run.

Definition at line 101 of file stats.py.

Member Data Documentation

◆ type

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

Definition at line 102 of file stats.py.


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