Robot Framework
robot.model.suitestatistics.SuiteStatisticsBuilder Class Reference

Public Member Functions

def __init__ (self, suite_stat_level)
 
def add_test (self, test)
 
def end_suite (self)
 
def start_suite (self, suite)
 

Public Attributes

 stats
 

Properties

 current = property
 

Private Member Functions

def _below_threshold (self)
 
def _include_all_levels (self)
 
def _is_child_included (self)
 
def current (self)
 

Private Attributes

 _stats_stack
 
 _suite_stat_level
 

Detailed Description

Definition at line 38 of file suitestatistics.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.model.suitestatistics.SuiteStatisticsBuilder.__init__ (   self,
  suite_stat_level 
)

Definition at line 40 of file suitestatistics.py.

Member Function Documentation

◆ _below_threshold()

def robot.model.suitestatistics.SuiteStatisticsBuilder._below_threshold (   self)
private

Definition at line 72 of file suitestatistics.py.

◆ _include_all_levels()

def robot.model.suitestatistics.SuiteStatisticsBuilder._include_all_levels (   self)
private

Definition at line 69 of file suitestatistics.py.

◆ _is_child_included()

def robot.model.suitestatistics.SuiteStatisticsBuilder._is_child_included (   self)
private

Definition at line 66 of file suitestatistics.py.

◆ add_test()

def robot.model.suitestatistics.SuiteStatisticsBuilder.add_test (   self,
  test 
)

Definition at line 56 of file suitestatistics.py.

◆ current()

def robot.model.suitestatistics.SuiteStatisticsBuilder.current (   self)
private

Definition at line 48 of file suitestatistics.py.

◆ end_suite()

def robot.model.suitestatistics.SuiteStatisticsBuilder.end_suite (   self)

Definition at line 59 of file suitestatistics.py.

◆ start_suite()

def robot.model.suitestatistics.SuiteStatisticsBuilder.start_suite (   self,
  suite 
)

Definition at line 51 of file suitestatistics.py.

Member Data Documentation

◆ _stats_stack

robot.model.suitestatistics.SuiteStatisticsBuilder._stats_stack
private

Definition at line 42 of file suitestatistics.py.

◆ _suite_stat_level

robot.model.suitestatistics.SuiteStatisticsBuilder._suite_stat_level
private

Definition at line 41 of file suitestatistics.py.

◆ stats

robot.model.suitestatistics.SuiteStatisticsBuilder.stats

Definition at line 43 of file suitestatistics.py.

Property Documentation

◆ current

robot.model.suitestatistics.SuiteStatisticsBuilder.current = property
static

Definition at line 46 of file suitestatistics.py.


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