16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKAVSGATEWAYMANAGER_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKAVSGATEWAYMANAGER_H_ 24 namespace sdkInterfaces {
34 bool(std::shared_ptr<avsCommon::sdkInterfaces::AVSGatewayAssignerInterface> avsGatewayAssigner));
37 MOCK_METHOD1(
addObserver,
void(std::shared_ptr<avsCommon::sdkInterfaces::AVSGatewayObserverInterface> observer));
46 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKAVSGATEWAYMANAGER_H_ Definition: AVSGatewayManagerInterface.h:33
MOCK_CONST_METHOD0(getGatewayURL, std::string())
virtual bool setGatewayURL(const std::string &avsGatewayURL)=0
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
virtual void addObserver(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer)=0
Definition: MockAVSGatewayManager.h:30
MOCK_METHOD1(setAVSGatewayAssigner, bool(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayAssignerInterface > avsGatewayAssigner))
virtual std::string getGatewayURL() const =0
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
virtual void removeObserver(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer)=0
virtual bool setAVSGatewayAssigner(std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayAssignerInterface > avsGatewayAssigner)=0