TODO(karya): Replace constructor/destructor with SetUp/TearDown. Currently, using SetUp/TearDown causes VerifySlave* test to fail with a duplicate slave id message. However, everything seems normal when using this construction/destructor combo.
| 111 | // fail with a duplicate slave id message. However, everything |
| 112 | // seems normal when using this construction/destructor combo. |
| 113 | HookTest() |
| 114 | { |
| 115 | // Install hooks. |
| 116 | EXPECT_SOME(HookManager::initialize(HOOK_MODULE_NAME)); |
| 117 | } |
| 118 | |
| 119 | ~HookTest() override |
| 120 | { |
nothing calls this directly
no test coverage detected