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

Method SetUp

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

Source from the content-addressed store, hash-verified

930class TestSlowFSGeneric : public ::testing::Test, public GenericFileSystemTest {
931 public:
932 void SetUp() override {
933 time_ = TimePoint(TimePoint::duration(42));
934 fs_ = std::make_shared<MockFileSystem>(time_);
935 slow_fs_ = std::make_shared<SlowFileSystem>(fs_, 0.001);
936 }
937
938 protected:
939 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