| 123 | { |
| 124 | public: |
| 125 | HttpProcess() {} |
| 126 | |
| 127 | MOCK_METHOD1(body, Future<http::Response>(const http::Request&)); |
| 128 | MOCK_METHOD1(pipe, Future<http::Response>(const http::Request&)); |
nothing calls this directly
no outgoing calls
no test coverage detected