MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / DownloadFileTest

Class DownloadFileTest

tests/unit/test_httpcommon.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46);
47
48struct DownloadFileTest: testing::TestWithParam<std::tuple<std::string, std::string>> {};
49
50TEST_P(DownloadFileTest, Run) {
51 const auto &[url, filename] = GetParam();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected