|
| def | __init__ (self, parent, name) |
| |
| def | __iter__ (self) |
| |
| def | add_for_loop (self, declaration, comment=None) |
| |
| def | end_for_loop (self) |
| |
| def | report_invalid_syntax (self, message, level='ERROR') |
| |
| def | add_step (self, content, comment=None) |
| |
| def | copy (self, name) |
| |
| def | get_setter (self, name) |
| |
Definition at line 676 of file model.py.
◆ __init__()
| def robotide.lib.robot.parsing.model.TestCase.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
name |
|
) |
| |
◆ __iter__()
| def robotide.lib.robot.parsing.model.TestCase.__iter__ |
( |
|
self | ) |
|
◆ _add_to_parent()
| def robotide.lib.robot.parsing.model.TestCase._add_to_parent |
( |
|
self, |
|
|
|
test |
|
) |
| |
|
private |
◆ _find_last_empty_for_and_steps_after()
| def robotide.lib.robot.parsing.model.TestCase._find_last_empty_for_and_steps_after |
( |
|
self | ) |
|
|
private |
◆ add_for_loop()
| def robotide.lib.robot.parsing.model.TestCase.add_for_loop |
( |
|
self, |
|
|
|
declaration, |
|
|
|
comment = None |
|
) |
| |
◆ directory()
| def robotide.lib.robot.parsing.model.TestCase.directory |
( |
|
self | ) |
|
|
private |
◆ end_for_loop()
| def robotide.lib.robot.parsing.model.TestCase.end_for_loop |
( |
|
self | ) |
|
◆ report_invalid_syntax()
| def robotide.lib.robot.parsing.model.TestCase.report_invalid_syntax |
( |
|
self, |
|
|
|
message, |
|
|
|
level = 'ERROR' |
|
) |
| |
◆ settings()
| def robotide.lib.robot.parsing.model.TestCase.settings |
( |
|
self | ) |
|
|
private |
◆ source()
| def robotide.lib.robot.parsing.model.TestCase.source |
( |
|
self | ) |
|
|
private |
◆ _setters
| robotide.lib.robot.parsing.model.TestCase._setters |
|
staticprivate |
◆ doc
| robotide.lib.robot.parsing.model.TestCase.doc |
◆ name
| robotide.lib.robot.parsing.model.TestCase.name |
◆ parent
| robotide.lib.robot.parsing.model.TestCase.parent |
◆ setup
| robotide.lib.robot.parsing.model.TestCase.setup |
◆ steps
| robotide.lib.robot.parsing.model.TestCase.steps |
◆ tags
| robotide.lib.robot.parsing.model.TestCase.tags |
◆ teardown
| robotide.lib.robot.parsing.model.TestCase.teardown |
◆ template
| robotide.lib.robot.parsing.model.TestCase.template |
◆ timeout
| robotide.lib.robot.parsing.model.TestCase.timeout |
◆ directory
| robotide.lib.robot.parsing.model.TestCase.directory = property |
|
static |
◆ settings
| robotide.lib.robot.parsing.model.TestCase.settings = property |
|
static |
◆ source
| robotide.lib.robot.parsing.model.TestCase.source = property |
|
static |
The documentation for this class was generated from the following file: