Unity 8
|
Public Member Functions | |
def | setUp (self) |
def | test_icon_summary_body (self) |
def | test_icon_summary (self) |
def | test_urgency_order (self) |
def | test_summary_and_body (self) |
def | test_summary_only (self) |
def | test_update_notification_same_layout (self) |
def | test_update_notification_layout_change (self) |
def | test_notification_helper (self) |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
unity_geometry_args | |
grid_size | |
![]() | |
tuple | scenarios |
Collection of tests for Emphemeral notifications (non-interactive.)
Definition at line 412 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 458 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 422 of file test_notifications.py.
def unity8.shell.tests.test_notifications.EphemeralNotificationsTests.test_notification_helper | ( | self | ) |
use the create notification script to get a notification dialog. Check that the arguments passed to the script match the fields.
Definition at line 708 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 579 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 604 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 660 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 621 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 491 of file test_notifications.py.