OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_notifications
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc
258
size_t
expected_notifications
= updater_->NotificationCount();
local
265
expected_notifications
+= 2;
266
ASSERT_EQ(
expected_notifications
, updater_->NotificationCount());
271
++
expected_notifications
;
272
ASSERT_EQ(
expected_notifications
, updater_->NotificationCount());
277
++
expected_notifications
;
278
ASSERT_EQ(
expected_notifications
, updater_->NotificationCount());
283
++
expected_notifications
;
284
ASSERT_EQ(
expected_notifications
, updater_->NotificationCount());
/external/chromium_org/tools/perf/page_sets/
presubmit_unittest.py
88
def assertResultCount(self, results, expected_errors,
expected_notifications
):
97
self.assertEqual(
expected_notifications
, actual_notifications,
99
(
expected_notifications
, actual_notifications, results))
Completed in 193 milliseconds