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::mrm::test::MRMCapabilityAgentTest Class Reference

Test harness for MRMCapabilityAgent class. More...

Inheritance diagram for alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest:
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< MRMCapabilityAgentm_mrmCA
 Our MRM CA. More...
 
MockMRMHandlerm_mockMRMHandlerPtr
 A pointer to a dummy MRMHandler. Since the CA takes the Handler by unique_ptr, we will keep the raw pointer. More...
 
std::shared_ptr< MockSpeakerManagerm_mockSpeakerManager
 A mock speaker manager. More...
 
std::shared_ptr< MockUserInactivityMonitorm_mockUserInactivityMonitor
 A mock user inactivity monitor. More...
 
std::shared_ptr< WaitableExceptionEncounteredSenderm_exceptionSender
 A waitable exception sender. 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 ()
 

Detailed Description

Test harness for MRMCapabilityAgent class.

Member Function Documentation

◆ SetUp()

void alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest::SetUp ( )
overridevirtual

Reimplemented from testing::Test.

◆ TearDown()

void alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest::TearDown ( )
overridevirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ m_exceptionSender

std::shared_ptr<WaitableExceptionEncounteredSender> alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest::m_exceptionSender
protected

A waitable exception sender.

◆ m_mockMRMHandlerPtr

MockMRMHandler* alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest::m_mockMRMHandlerPtr
protected

A pointer to a dummy MRMHandler. Since the CA takes the Handler by unique_ptr, we will keep the raw pointer.

◆ m_mockSpeakerManager

std::shared_ptr<MockSpeakerManager> alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest::m_mockSpeakerManager
protected

A mock speaker manager.

◆ m_mockUserInactivityMonitor

std::shared_ptr<MockUserInactivityMonitor> alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest::m_mockUserInactivityMonitor
protected

A mock user inactivity monitor.

◆ m_mrmCA

std::shared_ptr<MRMCapabilityAgent> alexaClientSDK::capabilityAgents::mrm::test::MRMCapabilityAgentTest::m_mrmCA
protected

Our MRM CA.


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