| 181 | |
| 182 | protected: |
| 183 | void onError(int error, const std::string& category, const std::string& message) override |
| 184 | { |
| 185 | std::cout << "HTTP server caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 186 | FAIL(); |
| 187 | } |
| 188 | }; |
| 189 | |
| 190 | TEST_CASE("HTTP server & client test", "[CppServer][HTTP]") |
nothing calls this directly
no outgoing calls
no test coverage detected