Unity 8
|
Public Member Functions | |
def | test_can_unlock_pin_screen |
def | test_can_unlock_passphrase_screen |
def | test_pin_screen_wrong_code |
def | test_passphrase_screen_wrong_password |
![]() | |
def | setUpClass |
def | setUp |
def | launch_unity |
def | patch_lightdm_mock |
def | assertUnityReady |
def | get_dash |
def | main_window |
Static Public Attributes | |
tuple | scenarios = _get_device_emulation_scenarios() |
Additional Inherited Members | |
![]() | |
touch | |
unity_geometry_args | |
grid_size | |
Tests for the lock screen.
Definition at line 41 of file test_lock_screen.py.
def unity8.shell.tests.test_lock_screen.TestLockscreen.test_can_unlock_passphrase_screen | ( | self | ) |
Must be able to unlock the passphrase entry screen.
Definition at line 63 of file test_lock_screen.py.
def unity8.shell.tests.test_lock_screen.TestLockscreen.test_can_unlock_pin_screen | ( | self | ) |
Must be able to unlock the PIN entry lock screen.
Definition at line 48 of file test_lock_screen.py.
def unity8.shell.tests.test_lock_screen.TestLockscreen.test_passphrase_screen_wrong_password | ( | self | ) |
Entering the wrong password must not dismiss the lock screen.
Definition at line 97 of file test_lock_screen.py.
def unity8.shell.tests.test_lock_screen.TestLockscreen.test_pin_screen_wrong_code | ( | self | ) |
Entering the wrong pin code must not dismiss the lock screen.
Definition at line 78 of file test_lock_screen.py.