| 172 | } |
| 173 | |
| 174 | void TearDown() override { |
| 175 | UnregisterCancellingSignalHandler(); |
| 176 | ResetSignalStopSource(); |
| 177 | } |
| 178 | |
| 179 | void RegisterHandler() { |
| 180 | ASSERT_OK(RegisterCancellingSignalHandler({expected_signal_})); |
nothing calls this directly
no test coverage detected