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

Method SetUp

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

durationFunction · 0.50

Tested by

no test coverage detected