MCPcopy Create free account
hub / github.com/apache/arrow / AssertAllDirs

Function AssertAllDirs

cpp/src/arrow/filesystem/test_util.cc:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void AssertAllDirs(FileSystem* fs, const std::vector<std::string>& expected_paths) {
81 AssertPaths(GetAllDirs(fs), expected_paths);
82}
83
84void AssertAllFiles(FileSystem* fs, const std::vector<std::string>& expected_paths) {
85 AssertPaths(GetAllFiles(fs), expected_paths);

Callers 13

TestCreateDirMethod · 0.85
TestDeleteDirMethod · 0.85
TestDeleteDirContentsMethod · 0.85
TestDeleteFileMethod · 0.85
TestDeleteFilesMethod · 0.85
TestMoveFileMethod · 0.85
TestMoveDirMethod · 0.85
TestCopyFileMethod · 0.85
TestCopyFilesMethod · 0.85
TestOpenOutputStreamMethod · 0.85
test_util.ccFile · 0.85

Calls 2

AssertPathsFunction · 0.85
GetAllDirsFunction · 0.85

Tested by

no test coverage detected