Unity 8
|
Public Member Functions | |
def | setUp |
def | test_icon_summary_body |
def | test_icon_summary |
def | test_urgency_order |
def | test_summary_and_body |
def | test_summary_only |
def | test_update_notification_same_layout |
def | test_update_notification_layout_change |
def | test_append_hint |
![]() | |
def | setUpClass |
def | setUp |
def | launch_unity |
def | patch_lightdm_mock |
def | assertUnityReady |
def | get_dash |
def | main_window |
Additional Inherited Members | |
![]() | |
touch | |
unity_geometry_args | |
grid_size | |
![]() | |
tuple | scenarios = _get_device_emulation_scenarios('Nexus4') |
Collection of tests for Emphemeral notifications (non-interactive.)
Definition at line 414 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_append_hint | ( | self | ) |
Notification has to accumulate body-text using append-hint.
Definition at line 717 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_icon_summary | ( | self | ) |
Notification must display the expected summary and secondary icon.
Definition at line 463 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_icon_summary_body | ( | self | ) |
Notification must display the expected summary and body text.
Definition at line 424 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_summary_and_body | ( | self | ) |
Notification must display the expected summary- and body-text.
Definition at line 588 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_summary_only | ( | self | ) |
Notification must display only the expected summary-text.
Definition at line 613 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_update_notification_layout_change | ( | self | ) |
Notification must allow updating its contents and layout while being displayed.
Definition at line 669 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_update_notification_same_layout | ( | self | ) |
Notification must allow updating its contents while being displayed.
Definition at line 630 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_urgency_order | ( | self | ) |
Notifications must be displayed in order according to their urgency.
Definition at line 500 of file test_notifications.py.