16 #ifndef ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGERSTORAGE_H_ 17 #define ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGERSTORAGE_H_ 22 namespace speakerManager {
41 #endif // ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGERSTORAGE_H_ Definition: AmdMetricWrapperTest.cpp:24
virtual bool loadState(SpeakerManagerStorageState &state) noexcept=0
MOCK_NOEXCEPT_METHOD1(loadState, bool(SpeakerManagerStorageState &))
virtual bool saveState(const SpeakerManagerStorageState &state) noexcept=0
Mock object for SpeakerManagerStorageInterface.
Definition: MockSpeakerManagerStorage.h:31
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Storage state for SpeakerManager.
Definition: SpeakerManagerStorageState.h:34
Speaker manager storage interface.
Definition: SpeakerManagerStorageInterface.h:31