Searched defs:UpdateAttempterTest (Results 1 – 2 of 2) sorted by relevance
126 class UpdateAttempterTest : public ::testing::Test { class128 UpdateAttempterTest() in UpdateAttempterTest() function in chromeos_update_engine::UpdateAttempterTest230 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) { in TEST_F() argument246 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) { in TEST_F() argument256 TEST_F(UpdateAttempterTest, DownloadProgressAccumulationTest) { in TEST_F() argument294 TEST_F(UpdateAttempterTest, ChangeToDownloadingOnReceivedBytesTest) { in TEST_F() argument315 TEST_F(UpdateAttempterTest, BroadcastCompleteDownloadTest) { in TEST_F() argument336 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) { in TEST_F() argument354 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) { in TEST_F() argument364 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) { in TEST_F() argument[all …]
242 friend class UpdateAttempterTest; variable