Lines Matching refs:download_action
87 auto download_action = std::make_unique<DownloadAction>( in TEST_F() local
89 download_action->set_in_pipe(action_pipe); in TEST_F()
91 download_action->SetProcessor(&mock_processor); in TEST_F()
92 download_action->PerformAction(); in TEST_F()
93 ASSERT_EQ(download_action->http_fetcher()->GetBytesDownloaded(), data.size()); in TEST_F()
160 auto download_action = std::make_unique<DownloadAction>( in TEST_F() local
171 download_action->SetTestFileWriter(std::move(delta_performer)); in TEST_F()
172 download_action->set_in_pipe(action_pipe); in TEST_F()
174 download_action->SetProcessor(&mock_processor); in TEST_F()
175 download_action->PerformAction(); in TEST_F()
178 ASSERT_EQ(download_action->http_fetcher()->GetBytesDownloaded(), 0UL); in TEST_F()