| 316 | }; |
| 317 | |
| 318 | TEST_P(ExceptionHandlerServerTest, ShutdownWithNoClients) { |
| 319 | ServerThread()->Start(); |
| 320 | Hangup(); |
| 321 | ASSERT_TRUE(ServerThread()->JoinWithTimeout(5.0)); |
| 322 | } |
| 323 | |
| 324 | TEST_P(ExceptionHandlerServerTest, StopWithClients) { |
| 325 | ServerThread()->Start(); |
nothing calls this directly
no test coverage detected