Robot Framework
robot.utils.htmlformatters.HtmlFormatter Class Reference

Public Member Functions

def __init__ (self)
 
def format (self, text)
 

Private Member Functions

def _end_current (self, results)
 
def _find_formatter (self, line)
 
def _process_line (self, line, results)
 

Private Attributes

 _current
 
 _formatters
 

Detailed Description

Definition at line 146 of file htmlformatters.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.utils.htmlformatters.HtmlFormatter.__init__ (   self)

Definition at line 148 of file htmlformatters.py.

Member Function Documentation

◆ _end_current()

def robot.utils.htmlformatters.HtmlFormatter._end_current (   self,
  results 
)
private

Definition at line 174 of file htmlformatters.py.

◆ _find_formatter()

def robot.utils.htmlformatters.HtmlFormatter._find_formatter (   self,
  line 
)
private

Definition at line 179 of file htmlformatters.py.

◆ _process_line()

def robot.utils.htmlformatters.HtmlFormatter._process_line (   self,
  line,
  results 
)
private

Definition at line 164 of file htmlformatters.py.

◆ format()

def robot.utils.htmlformatters.HtmlFormatter.format (   self,
  text 
)

Definition at line 157 of file htmlformatters.py.

Member Data Documentation

◆ _current

robot.utils.htmlformatters.HtmlFormatter._current
private

Definition at line 155 of file htmlformatters.py.

◆ _formatters

robot.utils.htmlformatters.HtmlFormatter._formatters
private

Definition at line 149 of file htmlformatters.py.


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