Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.model.testcase.TestCases Class Reference
Inheritance diagram for robotide.lib.robot.model.testcase.TestCases:
robotide.lib.robot.model.itemlist.ItemList

Public Member Functions

def __init__ (self, test_class=TestCase, parent=None, tests=None)
 
- Public Member Functions inherited from robotide.lib.robot.model.itemlist.ItemList
def __getitem__ (self, index)
 
def __iter__ (self)
 
def __len__ (self)
 
def __setitem__ (self, index, item)
 
def __unicode__ (self)
 
def append (self, item)
 
def clear (self)
 
def create (self, *args, **kwargs)
 
def extend (self, items)
 
def index (self, item, *start_and_end)
 
def insert (self, index, item)
 
def pop (self, *index)
 
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 81 of file testcase.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from robotide.lib.robot.model.itemlist.ItemList.

Definition at line 84 of file testcase.py.

Member Function Documentation

◆ _check_type_and_set_attrs()

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

Reimplemented from robotide.lib.robot.model.itemlist.ItemList.

Definition at line 87 of file testcase.py.

Member Data Documentation

◆ __slots__

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

Definition at line 82 of file testcase.py.


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