AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::utils::libcurlUtils::test::MockHttpGet Class Reference

A mock object that implements the HttpGetInterface. More...

#include <MockHttpGet.h>

Inheritance diagram for alexaClientSDK::avsCommon::utils::libcurlUtils::test::MockHttpGet:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::avsCommon::utils::libcurlUtils::test::MockHttpGet:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD2 (doGet, HTTPResponse(const std::string &url, const std::vector< std::string > &headers))
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::utils::libcurlUtils::HttpGetInterface
virtual ~HttpGetInterface ()=default
 Virtual destructor to assure proper cleanup of derived types. More...
 
virtual HTTPResponse doGet (const std::string &url, const std::vector< std::string > &headers)=0
 

Detailed Description

A mock object that implements the HttpGetInterface.

Member Function Documentation

◆ MOCK_METHOD2()

alexaClientSDK::avsCommon::utils::libcurlUtils::test::MockHttpGet::MOCK_METHOD2 ( doGet  ,
HTTPResponse(const std::string &url, const std::vector< std::string > &headers)   
)

The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0