Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsynced_notification_unittest.cc35 class SyncedNotificationTest : public testing::Test { class
37 SyncedNotificationTest() in SyncedNotificationTest() function in notifier::SyncedNotificationTest
105 TEST_F(SyncedNotificationTest, GetAppIdTest) { in TEST_F() argument
112 TEST_F(SyncedNotificationTest, GetKeyTest) { in TEST_F() argument
119 TEST_F(SyncedNotificationTest, GetTitleTest) { in TEST_F() argument
126 TEST_F(SyncedNotificationTest, GetIconURLTest) { in TEST_F() argument
133 TEST_F(SyncedNotificationTest, GetReadStateTest) { in TEST_F() argument
149 TEST_F(SyncedNotificationTest, GetImageURLTest) { in TEST_F() argument
156 TEST_F(SyncedNotificationTest, GetTextTest) { in TEST_F() argument
163 TEST_F(SyncedNotificationTest, GetCreationTimeTest) { in TEST_F() argument
[all …]
Dsynced_notification.h151 friend class SyncedNotificationTest; variable