| 46 | ); |
| 47 | |
| 48 | struct DownloadFileTest: testing::TestWithParam<std::tuple<std::string, std::string>> {}; |
| 49 | |
| 50 | TEST_P(DownloadFileTest, Run) { |
| 51 | const auto &[url, filename] = GetParam(); |
nothing calls this directly
no outgoing calls
no test coverage detected