OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncedNotificationTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h
151
friend class
SyncedNotificationTest
;
153
FRIEND_TEST_ALL_PREFIXES(
SyncedNotificationTest
, CreateBitmapFetcherTest);
154
FRIEND_TEST_ALL_PREFIXES(
SyncedNotificationTest
, OnFetchCompleteTest);
155
FRIEND_TEST_ALL_PREFIXES(
SyncedNotificationTest
, QueueBitmapFetchJobsTest);
156
FRIEND_TEST_ALL_PREFIXES(
SyncedNotificationTest
, EmptyBitmapTest);
157
FRIEND_TEST_ALL_PREFIXES(
SyncedNotificationTest
, ShowIfNewlyEnabledTest);
158
FRIEND_TEST_ALL_PREFIXES(
SyncedNotificationTest
, HideIfNewlyRemovedTest);
synced_notification_unittest.cc
35
class
SyncedNotificationTest
: public testing::Test {
37
SyncedNotificationTest
()
39
virtual ~
SyncedNotificationTest
() {}
100
DISALLOW_COPY_AND_ASSIGN(
SyncedNotificationTest
);
105
TEST_F(
SyncedNotificationTest
, GetAppIdTest) {
112
TEST_F(
SyncedNotificationTest
, GetKeyTest) {
119
TEST_F(
SyncedNotificationTest
, GetTitleTest) {
126
TEST_F(
SyncedNotificationTest
, GetIconURLTest) {
133
TEST_F(
SyncedNotificationTest
, GetReadStateTest) {
149
TEST_F(
SyncedNotificationTest
, GetImageURLTest)
[
all
...]
Completed in 2717 milliseconds