AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Protected Attributes | List of all members
alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest Class Reference
Inheritance diagram for alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest:
Collaboration graph
[legend]

Public Member Functions

void SetUp () override
 
void TearDown () override
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Protected Attributes

std::shared_ptr< LocaleHandlerm_localeHandler
 The capability agent for handling modifying locales. More...
 
std::shared_ptr< DeviceSettingsManagerm_deviceSettingsManager
 The DeviceSettingsManager used to generate the setting. More...
 
std::shared_ptr< MockDeviceSettingStoragem_mockDeviceSettingStorage
 The mock DeviceSettingStorage used to store the setting state. More...
 
std::shared_ptr< MockSettingEventSenderm_mockLocaleSettingMessageSender
 The mock MessageSenderInterface for locale settings. More...
 
std::shared_ptr< MockSettingEventSenderm_mockWakeWordSettingMessageSender
 The mock MessageSenderInterface for wake words settings. More...
 
std::shared_ptr< MockLocaleAssetsManagerm_mockAssetsManager
 
std::shared_ptr< avsCommon::sdkInterfaces::test::MockExceptionEncounteredSenderm_mockExceptionEncounteredSender
 The mock ExceptionEncounteredSenderInterface. More...
 
std::shared_ptr< types::LocaleWakeWordsSettingm_localeSetting
 The locale and wake words settings. More...
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Member Function Documentation

◆ SetUp()

void alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::SetUp ( )
overridevirtual

Reimplemented from testing::Test.

◆ TearDown()

void alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::TearDown ( )
overridevirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ m_deviceSettingsManager

std::shared_ptr<DeviceSettingsManager> alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::m_deviceSettingsManager
protected

The DeviceSettingsManager used to generate the setting.

◆ m_localeHandler

std::shared_ptr<LocaleHandler> alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::m_localeHandler
protected

The capability agent for handling modifying locales.

◆ m_localeSetting

std::shared_ptr<types::LocaleWakeWordsSetting> alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::m_localeSetting
protected

The locale and wake words settings.

◆ m_mockAssetsManager

std::shared_ptr<MockLocaleAssetsManager> alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::m_mockAssetsManager
protected

◆ m_mockDeviceSettingStorage

std::shared_ptr<MockDeviceSettingStorage> alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::m_mockDeviceSettingStorage
protected

The mock DeviceSettingStorage used to store the setting state.

◆ m_mockExceptionEncounteredSender

std::shared_ptr<avsCommon::sdkInterfaces::test::MockExceptionEncounteredSender> alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::m_mockExceptionEncounteredSender
protected

The mock ExceptionEncounteredSenderInterface.

◆ m_mockLocaleSettingMessageSender

std::shared_ptr<MockSettingEventSender> alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::m_mockLocaleSettingMessageSender
protected

The mock MessageSenderInterface for locale settings.

◆ m_mockWakeWordSettingMessageSender

std::shared_ptr<MockSettingEventSender> alexaClientSDK::capabilityAgents::system::test::LocaleHandlerTest::m_mockWakeWordSettingMessageSender
protected

The mock MessageSenderInterface for wake words settings.


The documentation for this class was generated from the following file:

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