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

Function AssertAllFiles

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

Source from the content-addressed store, hash-verified

82}
83
84void AssertAllFiles(FileSystem* fs, const std::vector<std::string>& expected_paths) {
85 AssertPaths(GetAllFiles(fs), expected_paths);
86}
87
88void ValidateTimePoint(TimePoint tp) { ASSERT_GE(tp.time_since_epoch().count(), 0); }
89

Callers 12

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

Calls 2

AssertPathsFunction · 0.85
GetAllFilesFunction · 0.85

Tested by

no test coverage detected