|
| def | __init__ (self, suite, namespace, output, dry_run=False) |
| |
| def | continue_on_failure (self, default=False) |
| |
| def | debug (self, message) |
| |
| def | end_keyword (self, keyword) |
| |
| def | end_suite (self, suite) |
| |
| def | end_test (self, test) |
| |
| def | fail (self, message) |
| |
| def | get_runner (self, name) |
| |
| def | info (self, message) |
| |
| def | keyword_teardown (self, error) |
| |
| def | report_suite_status (self, status, message) |
| |
| def | set_suite_variables (self, suite) |
| |
| def | skip (self, message) |
| |
| def | start_keyword (self, keyword) |
| |
| def | start_test (self, test) |
| |
| def | suite_teardown (self) |
| |
| def | test_teardown (self, test) |
| |
| def | timeout (self, timeout) |
| |
| def | trace (self, message) |
| |
| def | user_keyword (self, handler) |
| |
| def | warn (self, message) |
| |
| def | warn_on_invalid_private_call (self, handler) |
| |
Definition at line 60 of file context.py.
◆ __init__()
| def robot.running.context._ExecutionContext.__init__ |
( |
|
self, |
|
|
|
suite, |
|
|
|
namespace, |
|
|
|
output, |
|
|
|
dry_run = False |
|
) |
| |
◆ _add_timeout()
| def robot.running.context._ExecutionContext._add_timeout |
( |
|
self, |
|
|
|
timeout |
|
) |
| |
|
private |
◆ _remove_timeout()
| def robot.running.context._ExecutionContext._remove_timeout |
( |
|
self, |
|
|
|
timeout |
|
) |
| |
|
private |
◆ allow_loop_control()
| def robot.running.context._ExecutionContext.allow_loop_control |
( |
|
self | ) |
|
|
private |
◆ continue_on_failure()
| def robot.running.context._ExecutionContext.continue_on_failure |
( |
|
self, |
|
|
|
default = False |
|
) |
| |
◆ debug()
| def robot.running.context._ExecutionContext.debug |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ end_keyword()
| def robot.running.context._ExecutionContext.end_keyword |
( |
|
self, |
|
|
|
keyword |
|
) |
| |
◆ end_suite()
| def robot.running.context._ExecutionContext.end_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ end_test()
| def robot.running.context._ExecutionContext.end_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ fail()
| def robot.running.context._ExecutionContext.fail |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ get_runner()
| def robot.running.context._ExecutionContext.get_runner |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ in_teardown()
| def robot.running.context._ExecutionContext.in_teardown |
( |
|
self | ) |
|
|
private |
◆ info()
| def robot.running.context._ExecutionContext.info |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ keyword_teardown()
| def robot.running.context._ExecutionContext.keyword_teardown |
( |
|
self, |
|
|
|
error |
|
) |
| |
◆ report_suite_status()
| def robot.running.context._ExecutionContext.report_suite_status |
( |
|
self, |
|
|
|
status, |
|
|
|
message |
|
) |
| |
◆ set_suite_variables()
| def robot.running.context._ExecutionContext.set_suite_variables |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ skip()
| def robot.running.context._ExecutionContext.skip |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ start_keyword()
| def robot.running.context._ExecutionContext.start_keyword |
( |
|
self, |
|
|
|
keyword |
|
) |
| |
◆ start_test()
| def robot.running.context._ExecutionContext.start_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ suite_teardown()
| def robot.running.context._ExecutionContext.suite_teardown |
( |
|
self | ) |
|
◆ test_teardown()
| def robot.running.context._ExecutionContext.test_teardown |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ timeout()
| def robot.running.context._ExecutionContext.timeout |
( |
|
self, |
|
|
|
timeout |
|
) |
| |
◆ trace()
| def robot.running.context._ExecutionContext.trace |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ user_keyword()
| def robot.running.context._ExecutionContext.user_keyword |
( |
|
self, |
|
|
|
handler |
|
) |
| |
◆ variables()
| def robot.running.context._ExecutionContext.variables |
( |
|
self | ) |
|
|
private |
◆ warn()
| def robot.running.context._ExecutionContext.warn |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ warn_on_invalid_private_call()
| def robot.running.context._ExecutionContext.warn_on_invalid_private_call |
( |
|
self, |
|
|
|
handler |
|
) |
| |
◆ _started_keywords
| robot.running.context._ExecutionContext._started_keywords |
|
private |
◆ _started_keywords_threshold
| robot.running.context._ExecutionContext._started_keywords_threshold |
|
staticprivate |
◆ dry_run
| robot.running.context._ExecutionContext.dry_run |
◆ in_keyword_teardown
| robot.running.context._ExecutionContext.in_keyword_teardown |
◆ in_suite_teardown
| robot.running.context._ExecutionContext.in_suite_teardown |
◆ in_test_teardown
| robot.running.context._ExecutionContext.in_test_teardown |
◆ namespace
| robot.running.context._ExecutionContext.namespace |
◆ output
| robot.running.context._ExecutionContext.output |
◆ step_types
| robot.running.context._ExecutionContext.step_types |
◆ suite
| robot.running.context._ExecutionContext.suite |
◆ test
| robot.running.context._ExecutionContext.test |
◆ timeout_occurred
| robot.running.context._ExecutionContext.timeout_occurred |
◆ timeouts
| robot.running.context._ExecutionContext.timeouts |
◆ user_keywords
| robot.running.context._ExecutionContext.user_keywords |
◆ allow_loop_control
| robot.running.context._ExecutionContext.allow_loop_control = property |
|
static |
◆ in_teardown
| robot.running.context._ExecutionContext.in_teardown = property |
|
static |
◆ variables
| robot.running.context._ExecutionContext.variables = property |
|
static |
The documentation for this class was generated from the following file: