21 #ifndef ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKAUTHDELEGATE_H_ 22 #define ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKAUTHDELEGATE_H_ 25 namespace capabilitiesDelegate {
43 #endif // ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKAUTHDELEGATE_H_ virtual std::string getAuthToken()=0
MOCK_METHOD1(addAuthObserver, void(std::shared_ptr< avsCommon::sdkInterfaces::AuthObserverInterface >))
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
virtual void removeAuthObserver(std::shared_ptr< avsCommon::sdkInterfaces::AuthObserverInterface > observer)=0
Definition: AuthDelegateInterface.h:40
virtual void onAuthFailure(const std::string &token)=0
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: MockAuthDelegate.h:31
MOCK_METHOD0(getAuthToken, std::string())
virtual void addAuthObserver(std::shared_ptr< avsCommon::sdkInterfaces::AuthObserverInterface > observer)=0