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

Method TestEmpty

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

Source from the content-addressed store, hash-verified

221GenericFileSystemTest::~GenericFileSystemTest() {}
222
223void GenericFileSystemTest::TestEmpty(FileSystem* fs) {
224 auto dirs = GetAllDirs(fs);
225 ASSERT_EQ(dirs.size(), 0);
226 auto files = GetAllFiles(fs);
227 ASSERT_EQ(files.size(), 0);
228}
229
230void GenericFileSystemTest::TestNormalizePath(FileSystem* fs) {
231 // Canonical abstract paths should go through unchanged

Callers

nothing calls this directly

Calls 3

GetAllDirsFunction · 0.85
GetAllFilesFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected