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

Class FileHandlerMakeDirectoryTest

tests/unit/test_file_handler.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25);
26
27struct FileHandlerMakeDirectoryTest: testing::TestWithParam<std::tuple<std::string, bool, bool>> {};
28
29TEST_P(FileHandlerMakeDirectoryTest, Run) {
30 auto [input, expected, remove] = GetParam();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected