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::sdkInterfaces::test::MockAVSGatewayManager Class Reference

#include <MockAVSGatewayManager.h>

Inheritance diagram for alexaClientSDK::avsCommon::sdkInterfaces::test::MockAVSGatewayManager:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::avsCommon::sdkInterfaces::test::MockAVSGatewayManager:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD1 (setAVSGatewayAssigner, bool(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayAssignerInterface > avsGatewayAssigner))
 
 MOCK_CONST_METHOD0 (getGatewayURL, std::string())
 
 MOCK_METHOD1 (setGatewayURL, bool(const std::string &avsGatewayURL))
 
 MOCK_METHOD1 (addObserver, void(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer))
 
 MOCK_METHOD1 (removeObserver, void(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer))
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::AVSGatewayManagerInterface
virtual ~AVSGatewayManagerInterface ()=default
 
virtual bool setAVSGatewayAssigner (std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayAssignerInterface > avsGatewayAssigner)=0
 
virtual std::string getGatewayURL () const =0
 
virtual bool setGatewayURL (const std::string &avsGatewayURL)=0
 
virtual void addObserver (std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer)=0
 
virtual void removeObserver (std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer)=0
 

Detailed Description

Mock class that implements AVSGatewayManagerInterface.

Member Function Documentation

◆ MOCK_CONST_METHOD0()

alexaClientSDK::avsCommon::sdkInterfaces::test::MockAVSGatewayManager::MOCK_CONST_METHOD0 ( getGatewayURL  ,
std::string()   
)

◆ MOCK_METHOD1() [1/4]

alexaClientSDK::avsCommon::sdkInterfaces::test::MockAVSGatewayManager::MOCK_METHOD1 ( setAVSGatewayAssigner  ,
bool(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayAssignerInterface > avsGatewayAssigner)   
)

◆ MOCK_METHOD1() [2/4]

alexaClientSDK::avsCommon::sdkInterfaces::test::MockAVSGatewayManager::MOCK_METHOD1 ( setGatewayURL  ,
bool(const std::string &avsGatewayURL)   
)

◆ MOCK_METHOD1() [3/4]

alexaClientSDK::avsCommon::sdkInterfaces::test::MockAVSGatewayManager::MOCK_METHOD1 ( addObserver  ,
void(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer)   
)

◆ MOCK_METHOD1() [4/4]

alexaClientSDK::avsCommon::sdkInterfaces::test::MockAVSGatewayManager::MOCK_METHOD1 ( removeObserver  ,
void(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer)   
)

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