AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Functions | Variables
alexaClientSDK::avsCommon::sdkInterfaces::test Namespace Reference

Classes

class  DirectiveHandlerMockAdapter
 A mock adapter that allow us to mock the preHandleDirective since gmock does not work with unique_ptr. More...
 
class  MockAlexaInterfaceMessageSender
 Mock class that implements the AlexaInterfaceResponseSender. More...
 
class  MockAuthObserver
 A mock object that implements the AuthObserverInterface. More...
 
class  MockAVSConnectionManager
 Mock class that implements AVSCOnnectionManagerInterface. More...
 
class  MockAVSGatewayAssigner
 
class  MockAVSGatewayManager
 
class  MockAVSGatewayObserver
 
class  MockCapabilitiesDelegate
 Mock class that implements the CapabilitiesDelegateInterface. More...
 
class  MockCapabilityConfigurationInterface
 Mock class that implements the CapabilityConfigurationInterface. More...
 
class  MockChannelVolumeInterface
 
class  MockChannelVolumeManager
 
class  MockComponentReporterInterface
 Mock class that implements the ComponentReporterInterface. More...
 
class  MockContextManager
 Mock class that implements the ContextManager. More...
 
class  MockDirectiveHandler
 Mock directive handler. More...
 
class  MockDirectiveHandlerResult
 Mock DirectiveHandlerResultInterface implementation. More...
 
class  MockDirectiveSequencer
 Mock class that implements the DirectiveSequencer. More...
 
class  MockExceptionEncounteredSender
 
class  MockFocusManager
 Mock class that implements the FocusManager. More...
 
class  MockFocusManagerObserver
 Mock class that implements the FocusManagerObserver. More...
 
class  MockLocaleAssetsManager
 
class  MockMessageSender
 Mock class that implements the MessageSender. More...
 
class  MockPlaybackHandler
 
class  MockPlaybackRouter
 
class  MockPowerResourceManager
 
class  MockRenderPlayerInfoCardsObserver
 
class  MockRevokeAuthorizationObserver
 
class  MockSpeaker
 
class  MockSpeakerInterface
 
class  MockSpeakerManager
 
class  MockStateSynchronizerObserver
 
class  MockSystemSoundPlayer
 
class  MockTimerDelegateFactory
 A mock of TimerDelegateFactoryInterface. More...
 
class  MockUserInactivityMonitor
 Mock class that implements UserInactivityMonitorInterface. More...
 
class  MockUserInactivityMonitorObserver
 Mock class that implements UserInactivityMonitorObserverInterface. More...
 

Functions

static const bool MUTE (true)
 Value for mute. More...
 
static const std::string MUTE_STRING ("true")
 String value for mute. More...
 
static const bool UNMUTE (false)
 Value for unmute. More...
 
static const std::string UNMUTE_STRING ("false")
 String value for unmute. More...
 

Variables

static const SpeakerInterface::SpeakerSettings DEFAULT_SETTINGS {AVS_SET_VOLUME_MIN, UNMUTE}
 Value for default volume settings. More...
 

Function Documentation

◆ MUTE()

static const bool alexaClientSDK::avsCommon::sdkInterfaces::test::MUTE ( true  )
static

Value for mute.

◆ MUTE_STRING()

static const std::string alexaClientSDK::avsCommon::sdkInterfaces::test::MUTE_STRING ( "true"  )
static

String value for mute.

◆ UNMUTE()

static const bool alexaClientSDK::avsCommon::sdkInterfaces::test::UNMUTE ( false  )
static

Value for unmute.

◆ UNMUTE_STRING()

static const std::string alexaClientSDK::avsCommon::sdkInterfaces::test::UNMUTE_STRING ( "false"  )
static

String value for unmute.

Variable Documentation

◆ DEFAULT_SETTINGS

const SpeakerInterface::SpeakerSettings alexaClientSDK::avsCommon::sdkInterfaces::test::DEFAULT_SETTINGS {AVS_SET_VOLUME_MIN, UNMUTE}
static

Value for default volume settings.

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0