Searched defs:NotificationListTest (Results 1 – 2 of 2) sorted by relevance
22 class NotificationListTest : public testing::Test { class24 NotificationListTest() {} in NotificationListTest() function in message_center::NotificationListTest128 TEST_F(NotificationListTest, Basic) { in TEST_F() argument158 TEST_F(NotificationListTest, MessageCenterVisible) { in TEST_F() argument171 TEST_F(NotificationListTest, UnreadCount) { in TEST_F() argument184 TEST_F(NotificationListTest, UpdateNotification) { in TEST_F() argument207 TEST_F(NotificationListTest, GetNotificationsByNotifierId) { in TEST_F() argument308 TEST_F(NotificationListTest, OldPopupShouldNotBeHidden) { in TEST_F() argument334 TEST_F(NotificationListTest, Priority) { in TEST_F() argument379 TEST_F(NotificationListTest, HasPopupsWithPriority) { in TEST_F() argument[all …]
29 class NotificationListTest; variable