Home
last modified time | relevance | path

Searched defs:UpdateAttempterTest (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dupdate_attempter_unittest.cc126 class UpdateAttempterTest : public ::testing::Test { class
128 UpdateAttempterTest() in UpdateAttempterTest() function in chromeos_update_engine::UpdateAttempterTest
230 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) { in TEST_F() argument
246 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) { in TEST_F() argument
256 TEST_F(UpdateAttempterTest, DownloadProgressAccumulationTest) { in TEST_F() argument
294 TEST_F(UpdateAttempterTest, ChangeToDownloadingOnReceivedBytesTest) { in TEST_F() argument
315 TEST_F(UpdateAttempterTest, BroadcastCompleteDownloadTest) { in TEST_F() argument
336 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) { in TEST_F() argument
354 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) { in TEST_F() argument
364 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) { in TEST_F() argument
[all …]
Dupdate_attempter.h242 friend class UpdateAttempterTest; variable