Robot Framework
robot.model.testcase.TestCases Class Reference
Inheritance diagram for robot.model.testcase.TestCases:
robot.model.itemlist.ItemList

Public Member Functions

def __init__ (self, test_class=TestCase, parent=None, tests=None)
 
- Public Member Functions inherited from robot.model.itemlist.ItemList
def __add__ (self, other)
 
def __contains__ (self, item)
 
def __delitem__ (self, index)
 
def __eq__ (self, other)
 
def __getitem__ (self, index)
 
def __iadd__ (self, other)
 
def __imul__ (self, other)
 
def __iter__ (self)
 
def __len__ (self)
 
def __lt__ (self, other)
 
def __mul__ (self, other)
 
def __repr__ (self)
 
def __reversed__ (self)
 
def __rmul__ (self, other)
 
def __setitem__ (self, index, item)
 
def __str__ (self)
 
def append (self, item)
 
def clear (self)
 
def count (self, item)
 
def create (self, *args, **kwargs)
 
def extend (self, items)
 
def index (self, item, *start_and_end)
 
def insert (self, index, item)
 
def reverse (self)
 
def sort (self)
 
def visit (self, visitor)
 

Private Member Functions

def _check_type_and_set_attrs (self, *tests)
 

Static Private Attributes

list __slots__ = []
 

Detailed Description

Definition at line 192 of file testcase.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.model.testcase.TestCases.__init__ (   self,
  test_class = TestCase,
  parent = None,
  tests = None 
)

Reimplemented from robot.model.itemlist.ItemList.

Definition at line 195 of file testcase.py.

Member Function Documentation

◆ _check_type_and_set_attrs()

def robot.model.testcase.TestCases._check_type_and_set_attrs (   self,
tests 
)
private

Reimplemented from robot.model.itemlist.ItemList.

Definition at line 198 of file testcase.py.

Member Data Documentation

◆ __slots__

list robot.model.testcase.TestCases.__slots__ = []
staticprivate

Definition at line 193 of file testcase.py.


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