16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKAUTHOBSERVER_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKAUTHOBSERVER_H_ 25 namespace sdkInterfaces {
39 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_TEST_AVSCOMMON_SDKINTERFACES_MOCKAUTHOBSERVER_H_ A mock object that implements the AuthObserverInterface.
Definition: MockAuthObserver.h:29
Definition: AmdMetricWrapperTest.cpp:24
MOCK_METHOD2(onAuthStateChange, void(State newState, Error error))
State
The enum State describes the state of authorization.
Definition: AuthObserverInterface.h:34
virtual void onAuthStateChange(State newState, Error error)=0
Definition: AuthObserverInterface.h:31
Error
The enum Error encodes possible errors which may occur when changing state.
Definition: AuthObserverInterface.h:48
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36