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

Method TearDown

cpp/src/arrow/filesystem/azurefs_test.cc:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345class TestGeneric : public ::testing::Test, public GenericFileSystemTest {
346 public:
347 void TearDown() override {
348 if (azure_fs_) {
349 ASSERT_OK(azure_fs_->DeleteDir(container_name_));
350 }
351 }
352
353 protected:
354 void SetUpInternal(BaseAzureEnv* env) {

Callers

nothing calls this directly

Calls 1

DeleteDirMethod · 0.45

Tested by

no test coverage detected