|
| def | __init__ (self, name=None, doc=None, metadata=None, set_tags=None, include_tags=None, exclude_tags=None, include_suites=None, include_tests=None, empty_suite_ok=False) |
| |
| def | visit_suite (self, suite) |
| | Implements traversing through the suite and its direct children. More...
|
| |
| def | end_keyword (self, keyword) |
| | Called when keyword ends. More...
|
| |
| def | end_message (self, msg) |
| | Called when message ends. More...
|
| |
| def | end_suite (self, suite) |
| | Called when suite ends. More...
|
| |
| def | end_test (self, test) |
| | Called when test ends. More...
|
| |
| def | start_keyword (self, keyword) |
| | Called when keyword starts. More...
|
| |
| def | start_message (self, msg) |
| | Called when message starts. More...
|
| |
| def | start_suite (self, suite) |
| | Called when suite starts. More...
|
| |
| def | start_test (self, test) |
| | Called when test starts. More...
|
| |
| def | visit_keyword (self, kw) |
| | Implements traversing through the keyword and its child keywords. More...
|
| |
| def | visit_message (self, msg) |
| | Implements visiting the message. More...
|
| |
| def | visit_test (self, test) |
| | Implements traversing through the test and its keywords. More...
|
| |
Definition at line 22 of file configurer.py.
◆ __init__()
| def robotide.lib.robot.model.configurer.SuiteConfigurer.__init__ |
( |
|
self, |
|
|
|
name = None, |
|
|
|
doc = None, |
|
|
|
metadata = None, |
|
|
|
set_tags = None, |
|
|
|
include_tags = None, |
|
|
|
exclude_tags = None, |
|
|
|
include_suites = None, |
|
|
|
include_tests = None, |
|
|
|
empty_suite_ok = False |
|
) |
| |
◆ _filter()
| def robotide.lib.robot.model.configurer.SuiteConfigurer._filter |
( |
|
self, |
|
|
|
suite |
|
) |
| |
|
private |
◆ _format_selector_msg()
| def robotide.lib.robot.model.configurer.SuiteConfigurer._format_selector_msg |
( |
|
self, |
|
|
|
explanation, |
|
|
|
selector |
|
) |
| |
|
private |
◆ _get_suite_selector_msg()
| def robotide.lib.robot.model.configurer.SuiteConfigurer._get_suite_selector_msg |
( |
|
self | ) |
|
|
private |
◆ _get_test_selector_msgs()
| def robotide.lib.robot.model.configurer.SuiteConfigurer._get_test_selector_msgs |
( |
|
self | ) |
|
|
private |
◆ _raise_no_tests_error()
| def robotide.lib.robot.model.configurer.SuiteConfigurer._raise_no_tests_error |
( |
|
self, |
|
|
|
suite, |
|
|
|
rpa = False |
|
) |
| |
|
private |
◆ _set_suite_attributes()
| def robotide.lib.robot.model.configurer.SuiteConfigurer._set_suite_attributes |
( |
|
self, |
|
|
|
suite |
|
) |
| |
|
private |
◆ add_tags()
| def robotide.lib.robot.model.configurer.SuiteConfigurer.add_tags |
( |
|
self | ) |
|
|
private |
◆ remove_tags()
| def robotide.lib.robot.model.configurer.SuiteConfigurer.remove_tags |
( |
|
self | ) |
|
|
private |
◆ visit_suite()
| def robotide.lib.robot.model.configurer.SuiteConfigurer.visit_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ doc
| robotide.lib.robot.model.configurer.SuiteConfigurer.doc |
◆ empty_suite_ok
| robotide.lib.robot.model.configurer.SuiteConfigurer.empty_suite_ok |
◆ exclude_tags
| robotide.lib.robot.model.configurer.SuiteConfigurer.exclude_tags |
◆ include_suites
| robotide.lib.robot.model.configurer.SuiteConfigurer.include_suites |
◆ include_tags
| robotide.lib.robot.model.configurer.SuiteConfigurer.include_tags |
◆ include_tests
| robotide.lib.robot.model.configurer.SuiteConfigurer.include_tests |
◆ metadata
| robotide.lib.robot.model.configurer.SuiteConfigurer.metadata |
◆ name
| robotide.lib.robot.model.configurer.SuiteConfigurer.name |
◆ set_tags
| robotide.lib.robot.model.configurer.SuiteConfigurer.set_tags |
◆ add_tags
| robotide.lib.robot.model.configurer.SuiteConfigurer.add_tags = property |
|
static |
◆ remove_tags
| robotide.lib.robot.model.configurer.SuiteConfigurer.remove_tags = property |
|
static |
The documentation for this class was generated from the following file: