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

Method SetUp

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

Source from the content-addressed store, hash-verified

390class TestMockFSGeneric : public ::testing::Test, public GenericFileSystemTest {
391 public:
392 void SetUp() override {
393 time_ = TimePoint(TimePoint::duration(42));
394 fs_ = std::make_shared<MockFileSystemType>(time_);
395 }
396
397 protected:
398 std::shared_ptr<FileSystem> GetEmptyFileSystem() override { return fs_; }

Callers

nothing calls this directly

Calls 1

durationFunction · 0.50

Tested by

no test coverage detected