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

Method SetUp

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

Source from the content-addressed store, hash-verified

936class TestSlowFSGeneric : public ::testing::Test, public GenericFileSystemTest {
937 public:
938 void SetUp() override {
939 time_ = TimePoint(TimePoint::duration(42));
940 fs_ = std::make_shared<MockFileSystem>(time_);
941 slow_fs_ = std::make_shared<SlowFileSystem>(fs_, 0.001);
942 }
943
944 protected:
945 std::shared_ptr<FileSystem> GetEmptyFileSystem() override { return slow_fs_; }

Callers

nothing calls this directly

Calls 1

durationFunction · 0.50

Tested by

no test coverage detected