Public Member Functions | |
| def | __init__ (self, library) |
| def | __str__ (self) |
| def | end_suite (self) |
| def | end_test (self) |
| def | start_suite (self) |
| def | start_test (self) |
Static Public Attributes | |
| bool | is_global = True |
Private Attributes | |
| _register_listeners | |
| _unregister_listeners | |
Definition at line 37 of file libraryscopes.py.
| def robot.running.libraryscopes.GlobalScope.__init__ | ( | self, | |
| library | |||
| ) |
Reimplemented in robot.running.libraryscopes.TestSuiteScope.
Definition at line 40 of file libraryscopes.py.
| def robot.running.libraryscopes.GlobalScope.__str__ | ( | self | ) |
Reimplemented in robot.running.libraryscopes.TestCaseScope, and robot.running.libraryscopes.TestSuiteScope.
Definition at line 56 of file libraryscopes.py.
| def robot.running.libraryscopes.GlobalScope.end_suite | ( | self | ) |
Reimplemented in robot.running.libraryscopes.TestSuiteScope.
Definition at line 47 of file libraryscopes.py.
| def robot.running.libraryscopes.GlobalScope.end_test | ( | self | ) |
Reimplemented in robot.running.libraryscopes.TestCaseScope.
Definition at line 53 of file libraryscopes.py.
| def robot.running.libraryscopes.GlobalScope.start_suite | ( | self | ) |
Reimplemented in robot.running.libraryscopes.TestSuiteScope.
Definition at line 44 of file libraryscopes.py.
| def robot.running.libraryscopes.GlobalScope.start_test | ( | self | ) |
Reimplemented in robot.running.libraryscopes.TestCaseScope.
Definition at line 50 of file libraryscopes.py.
|
private |
Definition at line 41 of file libraryscopes.py.
|
private |
Definition at line 42 of file libraryscopes.py.
|
static |
Definition at line 38 of file libraryscopes.py.