Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.model.totalstatistics.TotalStatistics Class Reference

Container for total statistics. More...

Public Member Functions

def __init__ (self, rpa=False)
 
def __iter__ (self)
 
def visit (self, visitor)
 

Public Attributes

 all
 
 critical
 

Properties

 message = property
 String representation of the statistics. More...
 

Private Member Functions

def _get_counts (self, stat)
 
def message (self)
 

Private Attributes

 _rpa
 

Detailed Description

Container for total statistics.

Definition at line 21 of file totalstatistics.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.model.totalstatistics.TotalStatistics.__init__ (   self,
  rpa = False 
)

Definition at line 23 of file totalstatistics.py.

Member Function Documentation

◆ __iter__()

def robotide.lib.robot.model.totalstatistics.TotalStatistics.__iter__ (   self)

Definition at line 34 of file totalstatistics.py.

◆ _get_counts()

def robotide.lib.robot.model.totalstatistics.TotalStatistics._get_counts (   self,
  stat 
)
private

Definition at line 56 of file totalstatistics.py.

◆ message()

def robotide.lib.robot.model.totalstatistics.TotalStatistics.message (   self)
private

Definition at line 47 of file totalstatistics.py.

◆ visit()

def robotide.lib.robot.model.totalstatistics.TotalStatistics.visit (   self,
  visitor 
)

Definition at line 31 of file totalstatistics.py.

Member Data Documentation

◆ _rpa

robotide.lib.robot.model.totalstatistics.TotalStatistics._rpa
private

Definition at line 29 of file totalstatistics.py.

◆ all

robotide.lib.robot.model.totalstatistics.TotalStatistics.all

Definition at line 28 of file totalstatistics.py.

◆ critical

robotide.lib.robot.model.totalstatistics.TotalStatistics.critical

Definition at line 26 of file totalstatistics.py.

Property Documentation

◆ message

robotide.lib.robot.model.totalstatistics.TotalStatistics.message = property
static

String representation of the statistics.

    For example::

        2 critical tests, 1 passed, 1 failed
        2 tests total, 1 passed, 1 failed

Definition at line 45 of file totalstatistics.py.


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