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 409 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 455 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 419 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 576 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 601 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 657 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 618 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 488 of file test_notifications.py.