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

Method SetUp

cpp/src/arrow/io/buffered_test.cc:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64class FileTestFixture : public ::testing::Test {
65 public:
66 void SetUp() {
67 ASSERT_OK_AND_ASSIGN(temp_dir_, TemporaryDir::Make("buffered-test-"));
68 path_ = temp_dir_->path()
69 .Join("arrow-test-io-buffered-stream.txt")
70 .ValueOrDie()
71 .ToString();
72 EnsureFileDeleted();
73 }
74
75 void TearDown() { EnsureFileDeleted(); }
76

Callers

nothing calls this directly

Calls 6

ValueOrDieMethod · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.50
MakeFunction · 0.50
ToStringMethod · 0.45
JoinMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected