Unity 8
|
Public Member Functions | |
def | setUpClass (cls) |
def | setUp (self) |
def | launch_unity (self, mode="full-greeter", args) |
def | patch_lightdm_mock (self) |
def | wait_for_unity (self) |
def | get_dash (self) |
def | main_window (self) |
Public Attributes | |
unity_geometry_args | |
grid_size | |
A test case base class for the Unity shell tests.
Definition at line 88 of file __init__.py.
def unity8.shell.tests.UnityTestCase.launch_unity | ( | self, | |
mode = "full-greeter" , |
|||
args | |||
) |
Launch the unity shell, return a proxy object for it. :param str mode: The type of greeter/shell mode to use :param args: A list of aguments to pass to unity8
Definition at line 180 of file __init__.py.