Represents a single executable test case. More...
Public Member Functions | |
| def | __init__ (self, name='', doc='', tags=None, timeout=None, template=None) |
| def | timeout (self, timeout) |
Test timeout as a :class:Timeout instance or None. More... | |
Public Member Functions inherited from robotide.lib.robot.model.testcase.TestCase | |
| def | __init__ (self, name='', doc='', tags=None, timeout=None) |
| def | keywords (self, keywords) |
Keywords as a :class:~.Keywords object. More... | |
| def | tags (self, tags) |
Test tags as a :class:~.model.tags.Tags object. More... | |
| def | visit (self, visitor) |
:mod:Visitor interface <robot.model.visitor> entry-point. More... | |
Public Member Functions inherited from robotide.lib.robot.model.modelobject.ModelObject | |
| def | __repr__ (self) |
| def | __setstate__ (self, state) |
Customize attribute updating when using the copy module. More... | |
| def | __unicode__ (self) |
| def | copy (self, **attributes) |
| Return shallow copy of this object. More... | |
| def | deepcopy (self, **attributes) |
| Return deep copy of this object. More... | |
Public Attributes | |
| template | |
Public Attributes inherited from robotide.lib.robot.model.testcase.TestCase | |
| doc | |
| keywords | |
| name | |
| parent | |
| tags | |
| timeout | |
Static Public Attributes | |
| keyword_class = Keyword | |
Static Public Attributes inherited from robotide.lib.robot.model.testcase.TestCase | |
| keyword_class = Keyword | |
Static Private Attributes | |
| list | __slots__ = ['template'] |
Additional Inherited Members | |
Properties inherited from robotide.lib.robot.model.testcase.TestCase | |
| id = property | |
Test case id in format like s1-t3. More... | |
| longname = property | |
| Test name prefixed with the long name of the parent suite. More... | |
Represents a single executable test case.
See the base class for documentation of attributes not documented here.
| def robotide.lib.robot.running.model.TestCase.__init__ | ( | self, | |
name = '', |
|||
doc = '', |
|||
tags = None, |
|||
timeout = None, |
|||
template = None |
|||
| ) |
| def robotide.lib.robot.running.model.TestCase.timeout | ( | self, | |
| timeout | |||
| ) |
|
staticprivate |
|
static |