| 25 | ); |
| 26 | |
| 27 | struct FileHandlerMakeDirectoryTest: testing::TestWithParam<std::tuple<std::string, bool, bool>> {}; |
| 28 | |
| 29 | TEST_P(FileHandlerMakeDirectoryTest, Run) { |
| 30 | auto [input, expected, remove] = GetParam(); |
nothing calls this directly
no outgoing calls
no test coverage detected