| 191 | |
| 192 | protected: |
| 193 | void onError(int error, const std::string& category, const std::string& message) override |
| 194 | { |
| 195 | std::cout << "HTTPS server caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 196 | FAIL(); |
| 197 | } |
| 198 | }; |
| 199 | |
| 200 | TEST_CASE("HTTPS server & client test", "[CppServer][HTTP]") |
nothing calls this directly
no outgoing calls
no test coverage detected