Searched refs:DoTest (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Domaha_response_handler_action_unittest.cc57 bool DoTest(const OmahaResponse& in,
95 bool OmahaResponseHandlerActionTest::DoTest( function in class:chromeos_update_engine::OmahaResponseHandlerActionTest
156 EXPECT_TRUE(DoTest(in, test_deadline_file, &install_plan));
182 EXPECT_TRUE(DoTest(in, test_deadline_file, &install_plan));
203 EXPECT_TRUE(DoTest(in, test_deadline_file, &install_plan));
218 EXPECT_FALSE(DoTest(in, "", &install_plan));
235 EXPECT_TRUE(DoTest(in, "", &install_plan));
254 EXPECT_TRUE(DoTest(in, "", &install_plan));
276 EXPECT_TRUE(DoTest(in, "", &install_plan));
295 EXPECT_TRUE(DoTest(i
[all...]
/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc58 bool DoTest(bool terminate_early, bool hash_fail);
114 bool FilesystemVerifierActionTest::DoTest(bool terminate_early, function in class:chromeos_update_engine::FilesystemVerifierActionTest
287 EXPECT_TRUE(DoTest(false, false));
292 EXPECT_TRUE(DoTest(false, true));
297 EXPECT_TRUE(DoTest(true, false));

Completed in 109 milliseconds