Represents results of a single test case. More...
Public Member Functions | |
| def | __init__ (self, name='', doc='', tags=None, timeout=None, status='FAIL', message='', starttime=None, endtime=None) |
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 | |
| endtime | |
| message | |
| starttime | |
| status | |
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 | |
Properties | |
| critical = property | |
True/False depending on is the test considered critical. More... | |
| elapsedtime = property | |
| Total execution time in milliseconds. More... | |
| passed = property | |
True/False depending on the :attr:status. More... | |
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... | |
Private Member Functions | |
| def | critical (self) |
| def | elapsedtime (self) |
| def | passed (self) |
| def | passed (self, passed) |
Static Private Attributes | |
| list | __slots__ = ['status', 'message', 'starttime', 'endtime'] |
Represents results of a single test case.
See the base class for documentation of attributes not documented here.
| def robotide.lib.robot.result.model.TestCase.__init__ | ( | self, | |
name = '', |
|||
doc = '', |
|||
tags = None, |
|||
timeout = None, |
|||
status = 'FAIL', |
|||
message = '', |
|||
starttime = None, |
|||
endtime = None |
|||
| ) |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |