[ RUN ] HttpClientTest.GetWithoutProxy
toft/net/http/http_client_test.cpp:64: Failure
Value of: client.Get("http://non-exist-domaon.test/world", &response, &error)
Actual: true
Expected: false
toft/net/http/http_client_test.cpp:65: Failure
Value of: error
Actual: 0
Expected: HttpClient::ERROR_FAIL_TO_RESOLVE_ADDRESS
Which is: 4
toft/net/http/http_client_test.cpp:66: Failure
Value of: client.GetErrorMessage(error)
Actual: "Success"
Expected: "Failed to resolve address"
[ FAILED ] HttpClientTest.GetWithoutProxy (717 ms)