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

Function GetMinioEnv

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

Source from the content-addressed store, hash-verified

52auto* minio_env = ::testing::AddGlobalTestEnvironment(new MinioTestEnvironment);
53
54MinioTestEnvironment* GetMinioEnv() {
55 return ::arrow::internal::checked_cast<MinioTestEnvironment*>(minio_env);
56}
57
58class S3ModuleTest : public ::testing::Test {
59 protected:

Callers 1

SetUpMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected