| 65 | } |
| 66 | |
| 67 | void TearDown() override { |
| 68 | serverThread.wait_for(THREAD_TEST_TIMEOUT); |
| 69 | destroyListeningServer(); |
| 70 | } |
| 71 | |
| 72 | virtual SocketServer* createListeningServer() = 0; |
| 73 | virtual void destroyListeningServer() = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected