Robot Framework
robot.model.statistics.Statistics Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ visit()

def robot.model.statistics.Statistics.visit (   self,
  visitor 
)

Definition at line 44 of file statistics.py.

Member Data Documentation

◆ suite

robot.model.statistics.Statistics.suite

Definition at line 40 of file statistics.py.

◆ tags

robot.model.statistics.Statistics.tags

Definition at line 42 of file statistics.py.

◆ total

robot.model.statistics.Statistics.total

Definition at line 38 of file statistics.py.


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