Robot Framework
robot.output.console.dotted.DottedOutput Class Reference

Public Member Functions

def __init__ (self, width=78, colors='AUTO', stdout=None, stderr=None)
 
def end_suite (self, suite)
 
def end_test (self, test)
 
def message (self, msg)
 
def output_file (self, name, path)
 
def start_suite (self, suite)
 

Private Attributes

 _markers_on_row
 
 _stderr
 
 _stdout
 
 _width
 

Detailed Description

Definition at line 24 of file dotted.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.output.console.dotted.DottedOutput.__init__ (   self,
  width = 78,
  colors = 'AUTO',
  stdout = None,
  stderr = None 
)

Definition at line 26 of file dotted.py.

Member Function Documentation

◆ end_suite()

def robot.output.console.dotted.DottedOutput.end_suite (   self,
  suite 
)

Definition at line 54 of file dotted.py.

◆ end_test()

def robot.output.console.dotted.DottedOutput.end_test (   self,
  test 
)

Definition at line 40 of file dotted.py.

◆ message()

def robot.output.console.dotted.DottedOutput.message (   self,
  msg 
)

Definition at line 60 of file dotted.py.

◆ output_file()

def robot.output.console.dotted.DottedOutput.output_file (   self,
  name,
  path 
)

Definition at line 64 of file dotted.py.

◆ start_suite()

def robot.output.console.dotted.DottedOutput.start_suite (   self,
  suite 
)

Definition at line 32 of file dotted.py.

Member Data Documentation

◆ _markers_on_row

robot.output.console.dotted.DottedOutput._markers_on_row
private

Definition at line 30 of file dotted.py.

◆ _stderr

robot.output.console.dotted.DottedOutput._stderr
private

Definition at line 29 of file dotted.py.

◆ _stdout

robot.output.console.dotted.DottedOutput._stdout
private

Definition at line 28 of file dotted.py.

◆ _width

robot.output.console.dotted.DottedOutput._width
private

Definition at line 27 of file dotted.py.


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