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

Protected Member Functions

void testStartAlertWithContentVolume (int8_t speakerVolume, int8_t alertsVolume, const std::string &otherChannel, bool shouldResultInSetVolume)
 
void SetUp () override
 
void TearDown () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

std::shared_ptr< AlertsCapabilityAgentm_alertsCA
 
std::shared_ptr< CertifiedSenderm_certifiedSender
 
std::shared_ptr< TestMessageSenderm_mockMessageSender
 
std::shared_ptr< StubMessageStoragem_messageStorage
 
std::shared_ptr< MockAVSConnectionManagerm_mockAVSConnectionManager
 
std::shared_ptr< MockFocusManagerm_mockFocusManager
 
std::shared_ptr< MockSpeakerManagerm_speakerManager
 
std::shared_ptr< MockExceptionEncounteredSenderm_exceptionSender
 
std::shared_ptr< MockContextManagerm_contextManager
 
std::shared_ptr< MockAlertStoragem_alertStorage
 
std::shared_ptr< MockAlertsAudioFactorym_alertsAudioFactory
 
std::shared_ptr< MockRendererm_renderer
 
std::shared_ptr< MockSetting< AlarmVolumeRampSetting::ValueType > > m_mockAlarmVolumeRampSetting
 
std::shared_ptr< MockCustomerDataManagerm_customerDataManager
 
std::unique_ptr< StrictMock< MockDirectiveHandlerResult > > m_mockDirectiveHandlerResult
 
std::shared_ptr< settings::DeviceSettingsManagerm_settingsManager
 
std::shared_ptr< avsCommon::utils::metrics::MetricRecorderInterfacem_metricRecorder
 
std::mutex m_mutex
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- 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)
 

Member Function Documentation

◆ SetUp()

void alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::SetUp ( )
overrideprotectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

void alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::TearDown ( )
overrideprotectedvirtual

Reimplemented from testing::Test.

◆ testStartAlertWithContentVolume()

void alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::testStartAlertWithContentVolume ( int8_t  speakerVolume,
int8_t  alertsVolume,
const std::string &  otherChannel,
bool  shouldResultInSetVolume 
)
protected

Member Data Documentation

◆ m_alertsAudioFactory

std::shared_ptr<MockAlertsAudioFactory> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_alertsAudioFactory
protected

◆ m_alertsCA

std::shared_ptr<AlertsCapabilityAgent> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_alertsCA
protected

◆ m_alertStorage

std::shared_ptr<MockAlertStorage> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_alertStorage
protected

◆ m_certifiedSender

std::shared_ptr<CertifiedSender> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_certifiedSender
protected

◆ m_contextManager

std::shared_ptr<MockContextManager> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_contextManager
protected

◆ m_customerDataManager

std::shared_ptr<MockCustomerDataManager> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_customerDataManager
protected

◆ m_exceptionSender

std::shared_ptr<MockExceptionEncounteredSender> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_exceptionSender
protected

◆ m_messageStorage

std::shared_ptr<StubMessageStorage> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_messageStorage
protected

◆ m_metricRecorder

std::shared_ptr<avsCommon::utils::metrics::MetricRecorderInterface> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_metricRecorder
protected

◆ m_mockAlarmVolumeRampSetting

std::shared_ptr<MockSetting<AlarmVolumeRampSetting::ValueType> > alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_mockAlarmVolumeRampSetting
protected

◆ m_mockAVSConnectionManager

std::shared_ptr<MockAVSConnectionManager> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_mockAVSConnectionManager
protected

◆ m_mockDirectiveHandlerResult

std::unique_ptr<StrictMock<MockDirectiveHandlerResult> > alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_mockDirectiveHandlerResult
protected

◆ m_mockFocusManager

std::shared_ptr<MockFocusManager> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_mockFocusManager
protected

◆ m_mockMessageSender

std::shared_ptr<TestMessageSender> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_mockMessageSender
protected

◆ m_mutex

std::mutex alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_mutex
protected

◆ m_renderer

std::shared_ptr<MockRenderer> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_renderer
protected

◆ m_settingsManager

std::shared_ptr<settings::DeviceSettingsManager> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_settingsManager
protected

◆ m_speakerManager

std::shared_ptr<MockSpeakerManager> alexaClientSDK::acsdkAlerts::test::AlertsCapabilityAgentTest::m_speakerManager
protected

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