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

Method SetUp

cpp/src/arrow/filesystem/s3fs_module_test.cc:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58class S3ModuleTest : public ::testing::Test {
59 protected:
60 void SetUp() override {
61 if (!GetMinioEnv()->IsAvailable()) {
62 GTEST_SKIP() << "Minio executable not found, skipping tests";
63 }
64 ASSERT_OK_AND_ASSIGN(minio_, GetMinioEnv()->GetOneServer());
65 }
66 std::shared_ptr<MinioTestServer> minio_;
67};
68

Callers

nothing calls this directly

Calls 4

GetOneServerMethod · 0.80
GetMinioEnvFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70
IsAvailableMethod · 0.45

Tested by

no test coverage detected