Using simple function signatures to avoid GMock template issues
| 18 | public: |
| 19 | // Using simple function signatures to avoid GMock template issues |
| 20 | virtual ~MockHTTPClient() = default; |
| 21 | virtual bool post(const std::string& url, |
| 22 | const std::map<std::string, std::string>& headers, |
| 23 | const std::string& body, |
nothing calls this directly
no outgoing calls
no test coverage detected