Searched defs:UpdateAttempterTest (Results 1 – 2 of 2) sorted by relevance
112 class UpdateAttempterTest : public ::testing::Test { class114 UpdateAttempterTest() in UpdateAttempterTest() function in chromeos_update_engine::UpdateAttempterTest222 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) { in TEST_F() argument233 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) { in TEST_F() argument243 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) { in TEST_F() argument261 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) { in TEST_F() argument271 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) { in TEST_F() argument301 TEST_F(UpdateAttempterTest, DisableDeltaUpdateIfNeededTest) { in TEST_F() argument324 TEST_F(UpdateAttempterTest, MarkDeltaUpdateFailureTest) { in TEST_F() argument342 TEST_F(UpdateAttempterTest, ScheduleErrorEventActionNoEventTest) { in TEST_F() argument[all …]
260 friend class UpdateAttempterTest; variable