| 54 | }; |
| 55 | |
| 56 | TEST(AdminSocket, Teardown) { |
| 57 | std::unique_ptr<AdminSocket> asokc = std::make_unique<AdminSocket>(g_ceph_context); |
| 58 | AdminSocketTest asoct(asokc.get()); |
| 59 | ASSERT_EQ(true, asoct.shutdown()); |
| 60 | } |
| 61 | |
| 62 | TEST(AdminSocket, TeardownSetup) { |
| 63 | std::unique_ptr<AdminSocket> asokc = std::make_unique<AdminSocket>(g_ceph_context); |
nothing calls this directly
no test coverage detected