AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
List of all members
alexaClientSDK::settings::test::MockSettingEventSender Class Reference

#include <MockSettingEventSender.h>

Inheritance diagram for alexaClientSDK::settings::test::MockSettingEventSender:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::settings::test::MockSettingEventSender:
Collaboration graph
[legend]

Public Member Functions

SettingEventSenderInterface methods.
 MOCK_METHOD1 (sendChangedEvent, std::shared_future< bool >(const std::string &value))
 
 MOCK_METHOD1 (sendReportEvent, std::shared_future< bool >(const std::string &value))
 
 MOCK_METHOD1 (sendStateReportEvent, std::shared_future< bool >(const std::string &payload))
 
 MOCK_METHOD0 (cancel, void())
 
- Public Member Functions inherited from alexaClientSDK::settings::SettingEventSenderInterface
virtual ~SettingEventSenderInterface ()=default
 
virtual std::shared_future< bool > sendChangedEvent (const std::string &value)=0
 
virtual std::shared_future< bool > sendReportEvent (const std::string &value)=0
 
virtual std::shared_future< bool > sendStateReportEvent (const std::string &payload)=0
 
virtual void cancel ()=0
 

Member Function Documentation

◆ MOCK_METHOD0()

alexaClientSDK::settings::test::MockSettingEventSender::MOCK_METHOD0 ( cancel  ,
void()   
)

◆ MOCK_METHOD1() [1/3]

alexaClientSDK::settings::test::MockSettingEventSender::MOCK_METHOD1 ( sendChangedEvent  ,
std::shared_future< bool >  const std::string &value 
)

◆ MOCK_METHOD1() [2/3]

alexaClientSDK::settings::test::MockSettingEventSender::MOCK_METHOD1 ( sendReportEvent  ,
std::shared_future< bool >  const std::string &value 
)

◆ MOCK_METHOD1() [3/3]

alexaClientSDK::settings::test::MockSettingEventSender::MOCK_METHOD1 ( sendStateReportEvent  ,
std::shared_future< bool >  const std::string &payload 
)

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