|
| def | __init__ (self, test_class=TestCase, parent=None, tests=None) |
| |
| 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) |
| |
Definition at line 81 of file testcase.py.
◆ __init__()
| def robotide.lib.robot.model.testcase.TestCases.__init__ |
( |
|
self, |
|
|
|
test_class = TestCase, |
|
|
|
parent = None, |
|
|
|
tests = None |
|
) |
| |
◆ _check_type_and_set_attrs()
| def robotide.lib.robot.model.testcase.TestCases._check_type_and_set_attrs |
( |
|
self, |
|
|
* |
tests |
|
) |
| |
|
private |
◆ __slots__
| list robotide.lib.robot.model.testcase.TestCases.__slots__ = [] |
|
staticprivate |
The documentation for this class was generated from the following file: