| 49 | } |
| 50 | |
| 51 | class MockProtocolHandler : public ProtocolHandler { |
| 52 | public: |
| 53 | MOCK_METHOD(std::string, handle, (const std::string& request), (const, override)); |
| 54 | }; |
| 55 | |
| 56 | class SocketServerTest : public Test { |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected