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 | setUpClass |
def | setUp |
def | launch_unity |
def | patch_lightdm_mock |
def | wait_for_unity |
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 459 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 505 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 469 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 626 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 651 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 707 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 668 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 538 of file test_notifications.py.