Public Member Functions | |
| def | __init__ (self, library) |
| def | __str__ (self) |
| def | end_suite (self) |
| def | start_suite (self) |
Public Member Functions inherited from robot.running.libraryscopes.GlobalScope | |
| def | end_test (self) |
| def | start_test (self) |
Static Public Attributes | |
| bool | is_global = False |
Static Public Attributes inherited from robot.running.libraryscopes.GlobalScope | |
| bool | is_global = True |
Private Attributes | |
| _instance_cache | |
| _reset_instance | |
Definition at line 60 of file libraryscopes.py.
| def robot.running.libraryscopes.TestSuiteScope.__init__ | ( | self, | |
| library | |||
| ) |
Reimplemented from robot.running.libraryscopes.GlobalScope.
Definition at line 63 of file libraryscopes.py.
| def robot.running.libraryscopes.TestSuiteScope.__str__ | ( | self | ) |
Reimplemented from robot.running.libraryscopes.GlobalScope.
Reimplemented in robot.running.libraryscopes.TestCaseScope.
Definition at line 78 of file libraryscopes.py.
| def robot.running.libraryscopes.TestSuiteScope.end_suite | ( | self | ) |
Reimplemented from robot.running.libraryscopes.GlobalScope.
Definition at line 73 of file libraryscopes.py.
| def robot.running.libraryscopes.TestSuiteScope.start_suite | ( | self | ) |
Reimplemented from robot.running.libraryscopes.GlobalScope.
Definition at line 68 of file libraryscopes.py.
|
private |
Definition at line 66 of file libraryscopes.py.
|
private |
Definition at line 65 of file libraryscopes.py.
|
static |
Definition at line 61 of file libraryscopes.py.