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

Function AssertFileInfo

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

Source from the content-addressed store, hash-verified

149}
150
151void AssertFileInfo(const FileInfo& info, const std::string& path, FileType type) {
152 ASSERT_EQ(info.path(), path);
153 ASSERT_EQ(info.type(), type) << "For path '" << info.path() << "'";
154}
155
156void AssertFileInfo(const FileInfo& info, const std::string& path, FileType type,
157 TimePoint mtime) {

Callers 15

TEST_FFunction · 0.85
TestFileSystemFromUriMethod · 0.85
TestGetFileInfoMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TestMoveFileMethod · 0.85
TestGetFileInfoMethod · 0.85
TestGetFileInfoAsyncMethod · 0.85
TestGetFileInfoVectorMethod · 0.85

Calls 3

pathMethod · 0.45
typeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected