Robot Framework
robot.running.statusreporter.StatusReporter Class Reference

Public Member Functions

def __enter__ (self)
 
def __exit__ (self, exc_type, exc_val, exc_tb)
 
def __init__ (self, data, result, context, run=True, suppress=False)
 

Public Attributes

 context
 
 data
 
 initial_test_status
 
 pass_status
 
 result
 
 suppress
 

Private Member Functions

def _get_failure (self, exc_type, exc_value, exc_tb, context)
 
def _warn_if_deprecated (self, doc, name)
 

Detailed Description

Definition at line 23 of file statusreporter.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.statusreporter.StatusReporter.__init__ (   self,
  data,
  result,
  context,
  run = True,
  suppress = False 
)

Definition at line 25 of file statusreporter.py.

Member Function Documentation

◆ __enter__()

def robot.running.statusreporter.StatusReporter.__enter__ (   self)

Definition at line 37 of file statusreporter.py.

◆ __exit__()

def robot.running.statusreporter.StatusReporter.__exit__ (   self,
  exc_type,
  exc_val,
  exc_tb 
)

Definition at line 51 of file statusreporter.py.

◆ _get_failure()

def robot.running.statusreporter.StatusReporter._get_failure (   self,
  exc_type,
  exc_value,
  exc_tb,
  context 
)
private

Definition at line 69 of file statusreporter.py.

◆ _warn_if_deprecated()

def robot.running.statusreporter.StatusReporter._warn_if_deprecated (   self,
  doc,
  name 
)
private

Definition at line 46 of file statusreporter.py.

Member Data Documentation

◆ context

robot.running.statusreporter.StatusReporter.context

Definition at line 28 of file statusreporter.py.

◆ data

robot.running.statusreporter.StatusReporter.data

Definition at line 26 of file statusreporter.py.

◆ initial_test_status

robot.running.statusreporter.StatusReporter.initial_test_status

Definition at line 35 of file statusreporter.py.

◆ pass_status

robot.running.statusreporter.StatusReporter.pass_status

Definition at line 30 of file statusreporter.py.

◆ result

robot.running.statusreporter.StatusReporter.result

Definition at line 27 of file statusreporter.py.

◆ suppress

robot.running.statusreporter.StatusReporter.suppress

Definition at line 34 of file statusreporter.py.


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