Home
last modified time | relevance | path

Searched refs:expected_notifications (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_unittest.cc258 size_t expected_notifications = updater_->NotificationCount(); in TEST_F() local
265 expected_notifications += 2; in TEST_F()
266 ASSERT_EQ(expected_notifications, updater_->NotificationCount()); in TEST_F()
271 ++expected_notifications; in TEST_F()
272 ASSERT_EQ(expected_notifications, updater_->NotificationCount()); in TEST_F()
277 ++expected_notifications; in TEST_F()
278 ASSERT_EQ(expected_notifications, updater_->NotificationCount()); in TEST_F()
283 ++expected_notifications; in TEST_F()
284 ASSERT_EQ(expected_notifications, updater_->NotificationCount()); in TEST_F()
/external/chromium_org/tools/perf/page_sets/
Dpresubmit_unittest.py88 def assertResultCount(self, results, expected_errors, expected_notifications): argument
97 self.assertEqual(expected_notifications, actual_notifications,
99 (expected_notifications, actual_notifications, results))