Home
last modified time | relevance | path

Searched defs:NotificationListTest (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_list_unittest.cc22 class NotificationListTest : public testing::Test { class
24 NotificationListTest() {} in NotificationListTest() function in message_center::NotificationListTest
128 TEST_F(NotificationListTest, Basic) { in TEST_F() argument
158 TEST_F(NotificationListTest, MessageCenterVisible) { in TEST_F() argument
171 TEST_F(NotificationListTest, UnreadCount) { in TEST_F() argument
184 TEST_F(NotificationListTest, UpdateNotification) { in TEST_F() argument
207 TEST_F(NotificationListTest, GetNotificationsByNotifierId) { in TEST_F() argument
308 TEST_F(NotificationListTest, OldPopupShouldNotBeHidden) { in TEST_F() argument
334 TEST_F(NotificationListTest, Priority) { in TEST_F() argument
379 TEST_F(NotificationListTest, HasPopupsWithPriority) { in TEST_F() argument
[all …]
Dnotification_list.h29 class NotificationListTest; variable