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

/system/update_engine/
H A Dupdate_attempter_unittest.cc111 class UpdateAttempterTest : public ::testing::Test { class in namespace:chromeos_update_engine
113 UpdateAttempterTest() function in class:chromeos_update_engine::UpdateAttempterTest
134 CHECK(utils::MakeTempDirectory("UpdateAttempterTest-XXXXXX", &test_dir_));
218 void UpdateAttempterTest::ScheduleQuitMainLoop() {
222 TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) {
233 TEST_F(UpdateAttempterTest, ActionCompletedErrorTest) {
243 TEST_F(UpdateAttempterTest, ActionCompletedOmahaRequestTest) {
261 TEST_F(UpdateAttempterTest, ConstructWithUpdatedMarkerTest) {
273 TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) {
304 TEST_F(UpdateAttempterTest, DisableDeltaUpdateIfNeededTes
[all...]

Completed in 112 milliseconds