16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_TEST_AVSCOMMON_UTILS_LIBCURLUTILS_MOCKHTTPGET_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_TEST_AVSCOMMON_UTILS_LIBCURLUTILS_MOCKHTTPGET_H_ 26 namespace libcurlUtils {
41 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_TEST_AVSCOMMON_UTILS_LIBCURLUTILS_MOCKHTTPGET_H_ virtual HTTPResponse doGet(const std::string &url, const std::vector< std::string > &headers)=0
MOCK_METHOD2(doGet, HTTPResponse(const std::string &url, const std::vector< std::string > &headers))
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
Definition: HTTPResponse.h:29
A mock object that implements the HttpGetInterface.
Definition: MockHttpGet.h:30
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Minimal interface for making HTTP GET requests.
Definition: HttpGetInterface.h:30