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

Function TEST_F

cpp/src/arrow/filesystem/filesystem_test.cc:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459};
460
461TEST_F(TestMockFS, Empty) {
462 CheckDirs({});
463 CheckFiles({});
464}
465
466TEST_F(TestMockFS, CreateDir) {
467 ASSERT_OK(fs_->CreateDir("AB"));

Callers

nothing calls this directly

Calls 15

CreateFileFunction · 0.85
AssertFileInfoFunction · 0.85
DirFunction · 0.85
FileSystemFromUriFunction · 0.85
CopyFilesFunction · 0.85
AssertBufferEqualFunction · 0.85
base_nameMethod · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.70
FileClass · 0.70
MakeFunction · 0.50
CreateDirMethod · 0.45

Tested by

no test coverage detected