16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKALEXAINTERFACEMESSAGESENDER_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKALEXAINTERFACEMESSAGESENDER_H_ 26 namespace sdkInterfaces {
66 bool(
const std::string& instance,
const std::string& correlationToken,
const int estimatedDeferralInSeconds));
77 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKALEXAINTERFACEMESSAGESENDER_H_ virtual bool sendDeferredResponseEvent(const std::string &instance, const std::string &correlationToken, const int estimatedDeferralInSeconds=0)=0
ErrorResponseType
Definition: AlexaInterfaceMessageSenderInterface.h:35
AlexaResponseType
Definition: AlexaResponseType.h:30
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
Mock class that implements the AlexaInterfaceResponseSender.
Definition: MockAlexaInterfaceMessageSender.h:30
MOCK_METHOD1(alexaResponseTypeToErrorType, ErrorResponseType(const avsCommon::avs::AlexaResponseType &responseType))
static ErrorResponseType alexaResponseTypeToErrorType(const avsCommon::avs::AlexaResponseType responseType)
Definition: AlexaInterfaceMessageSenderInterface.h:273
MOCK_METHOD6(sendResponseEvent, bool(const std::string &instance, const std::string &correlationToken, const avsCommon::avs::AVSMessageEndpoint &endpoint, const std::string &responseNamespace, const std::string &responseName, const std::string &jsonPayload))
virtual bool sendErrorResponseEvent(const std::string &instance, const std::string &correlationToken, const avsCommon::avs::AVSMessageEndpoint &endpoint, const ErrorResponseType errorType, const std::string &errorMessage="")=0
MOCK_METHOD3(sendDeferredResponseEvent, bool(const std::string &instance, const std::string &correlationToken, const int estimatedDeferralInSeconds))
Definition: AVSMessageEndpoint.h:32
MOCK_METHOD5(sendErrorResponseEvent, bool(const std::string &instance, const std::string &correlationToken, const avsCommon::avs::AVSMessageEndpoint &endpoint, const ErrorResponseType errorType, const std::string &errorMessage))
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: AlexaInterfaceMessageSenderInterface.h:31
MOCK_METHOD4(sendResponseEvent, bool(const std::string &instance, const std::string &correlationToken, const avsCommon::avs::AVSMessageEndpoint &endpoint, const std::string &jsonPayload))
virtual bool sendResponseEvent(const std::string &instance, const std::string &correlationToken, const avsCommon::avs::AVSMessageEndpoint &endpoint, const std::string &jsonPayload="{}")=0