HomeSort by relevance Sort by last modified time
    Searched refs:expected_notifications (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc 252 size_t expected_notifications = updater_->NotificationCount(); local
259 expected_notifications += 2;
260 ASSERT_EQ(expected_notifications, updater_->NotificationCount());
265 ++expected_notifications;
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());
  /external/chromium_org/tools/perf/page_sets/
presubmit_unittest.py 106 def assertResultCount(self, results, expected_errors, expected_notifications):
115 self.assertEqual(expected_notifications, actual_notifications,
117 (expected_notifications, actual_notifications, results))

Completed in 598 milliseconds