|
| def | __eq__ (self, other) |
| |
| def | __hash__ (self) |
| |
| def | add_tag (self, name) |
| |
| def | has_template (self) |
| |
| def | move_down (self) |
| |
| def | move_up (self) |
| |
| def | validate_keyword_name (self, name) |
| |
| def | validate_test_name (self, name) |
| |
| def | __init__ (self, parent_controller, data) |
| |
| def | add_step (self, index, step=None) |
| |
| def | copy (self, name) |
| |
| def | create_keyword (self, name, argstr) |
| |
| def | create_test (self, name) |
| |
| def | delete (self) |
| |
| def | extract_keyword (self, name, argstr, step_range) |
| |
| def | get_cell_info (self, row, col) |
| |
| def | get_empty_rows (self) |
| |
| def | get_keyword_info (self, kw_name) |
| |
| def | get_local_namespace (self) |
| |
| def | get_local_namespace_for_row (self, row) |
| |
| def | get_raw_steps (self) |
| |
| def | index_of_step (self, step) |
| |
| def | is_library_keyword (self, value) |
| |
| def | is_user_keyword (self, value) |
| |
| def | move_step_down (self, index) |
| |
| def | move_step_up (self, index) |
| |
| def | notify_keyword_removed (self) |
| |
| def | notify_name_changed (self, old_name=None) |
| |
| def | notify_settings_changed (self) |
| |
| def | notify_steps_changed (self) |
| |
| def | recreate (self) |
| |
| def | remove_step (self, index) |
| |
| def | rename (self, new_name) |
| |
| def | replace_step (self, index, new_step) |
| |
| def | set_parent (self, new_parent) |
| |
| def | set_raw_steps (self, steps) |
| |
| def | set_steps (self, steps) |
| |
| def | step (self, index) |
| |
| def | update_namespace (self) |
| |
| def | validate_name (self, name) |
| |
| def | is_modifiable (self) |
| |
| def | mark_dirty (self) |
| |
| def | execute (self, command) |
| |
| def | is_excluded (self) |
| |
| def | clear_redo (self) |
| |
| def | clear_undo (self) |
| |
| def | is_redo_empty (self) |
| |
| def | is_undo_empty (self) |
| |
| def | pop_from_redo (self) |
| |
| def | pop_from_undo (self) |
| |
| def | push_to_redo (self, command) |
| |
| def | push_to_undo (self, command) |
| |
Definition at line 326 of file macrocontrollers.py.
◆ __eq__()
| def robotide.controller.macrocontrollers.TestCaseController.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __hash__()
| def robotide.controller.macrocontrollers.TestCaseController.__hash__ |
( |
|
self | ) |
|
◆ _get_template()
| def robotide.controller.macrocontrollers.TestCaseController._get_template |
( |
|
self | ) |
|
|
private |
◆ _init()
| def robotide.controller.macrocontrollers.TestCaseController._init |
( |
|
self, |
|
|
|
test |
|
) |
| |
|
private |
◆ add_tag()
| def robotide.controller.macrocontrollers.TestCaseController.add_tag |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ default_tags()
| def robotide.controller.macrocontrollers.TestCaseController.default_tags |
( |
|
self | ) |
|
|
private |
◆ documentation()
| def robotide.controller.macrocontrollers.TestCaseController.documentation |
( |
|
self | ) |
|
|
private |
◆ force_tags()
| def robotide.controller.macrocontrollers.TestCaseController.force_tags |
( |
|
self | ) |
|
|
private |
◆ get_local_variables()
| def robotide.controller.macrocontrollers.TestCaseController.get_local_variables |
( |
| ) |
|
|
static |
◆ has_template()
| def robotide.controller.macrocontrollers.TestCaseController.has_template |
( |
|
self | ) |
|
◆ longname()
| def robotide.controller.macrocontrollers.TestCaseController.longname |
( |
|
self | ) |
|
|
private |
◆ move_down()
| def robotide.controller.macrocontrollers.TestCaseController.move_down |
( |
|
self | ) |
|
◆ move_up()
| def robotide.controller.macrocontrollers.TestCaseController.move_up |
( |
|
self | ) |
|
◆ run_passed() [1/2]
| def robotide.controller.macrocontrollers.TestCaseController.run_passed |
( |
|
self | ) |
|
|
private |
◆ run_passed() [2/2]
| def robotide.controller.macrocontrollers.TestCaseController.run_passed |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ settings()
| def robotide.controller.macrocontrollers.TestCaseController.settings |
( |
|
self | ) |
|
|
private |
◆ tags()
| def robotide.controller.macrocontrollers.TestCaseController.tags |
( |
|
self | ) |
|
|
private |
◆ test_name()
| def robotide.controller.macrocontrollers.TestCaseController.test_name |
( |
|
self | ) |
|
|
private |
◆ validate_keyword_name()
| def robotide.controller.macrocontrollers.TestCaseController.validate_keyword_name |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ validate_test_name()
| def robotide.controller.macrocontrollers.TestCaseController.validate_test_name |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ _populator
| robotide.controller.macrocontrollers.TestCaseController._populator |
|
staticprivate |
◆ _run_passed
| robotide.controller.macrocontrollers.TestCaseController._run_passed |
|
private |
◆ _test
| robotide.controller.macrocontrollers.TestCaseController._test |
|
private |
◆ filename
| string robotide.controller.macrocontrollers.TestCaseController.filename = "" |
|
static |
◆ default_tags
| robotide.controller.macrocontrollers.TestCaseController.default_tags = property |
|
static |
◆ documentation
| robotide.controller.macrocontrollers.TestCaseController.documentation = property |
|
static |
◆ force_tags
| robotide.controller.macrocontrollers.TestCaseController.force_tags = property |
|
static |
◆ longname
| robotide.controller.macrocontrollers.TestCaseController.longname = property |
|
static |
◆ run_passed
| robotide.controller.macrocontrollers.TestCaseController.run_passed = property |
|
static |
◆ settings
| robotide.controller.macrocontrollers.TestCaseController.settings = property |
|
static |
◆ tags
| robotide.controller.macrocontrollers.TestCaseController.tags = property |
|
static |
◆ test_name
| robotide.controller.macrocontrollers.TestCaseController.test_name = property |
|
static |
The documentation for this class was generated from the following file: