Robot Framework
robot.conf.gatherfailed.GatherFailedTests Class Reference
Inheritance diagram for robot.conf.gatherfailed.GatherFailedTests:

Public Member Functions

def __init__ (self)
 
def visit_keyword (self, kw)
 
def visit_test (self, test)
 

Public Attributes

 tests
 

Detailed Description

Definition at line 22 of file gatherfailed.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.conf.gatherfailed.GatherFailedTests.__init__ (   self)

Definition at line 24 of file gatherfailed.py.

Member Function Documentation

◆ visit_keyword()

def robot.conf.gatherfailed.GatherFailedTests.visit_keyword (   self,
  kw 
)

Definition at line 31 of file gatherfailed.py.

◆ visit_test()

def robot.conf.gatherfailed.GatherFailedTests.visit_test (   self,
  test 
)

Definition at line 27 of file gatherfailed.py.

Member Data Documentation

◆ tests

robot.conf.gatherfailed.GatherFailedTests.tests

Definition at line 25 of file gatherfailed.py.


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