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::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest Class Reference

Test harness for InteractionModelCapabilityAgent class. More...

Inheritance diagram for alexaClientSDK::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest:
Collaboration graph
[legend]

Public Member Functions

void SetUp () override
 Set up the test harness for running a test. More...
 

Protected Attributes

std::shared_ptr< InteractionModelCapabilityAgent > m_interactionModelCA
 The InteractionModelCapabilityAgent instance to be tested. More...
 
std::shared_ptr< InteractionModelNotifierInterfacem_interactionModelNotifier
 The InteractionModelNotifier that relays notifications to observers. More...
 
std::shared_ptr< avsCommon::sdkInterfaces::endpoints::test::MockEndpointCapabilitiesRegistrarm_mockEndpointCapabilitiesRegistrar
 The mock EndpointCapabilitiesRegistrarInterface. More...
 
std::shared_ptr< avsCommon::sdkInterfaces::test::MockDirectiveSequencerm_mockDirectiveSequencer
 The mock DirectiveSequencerInterface. More...
 
std::shared_ptr< avsCommon::sdkInterfaces::test::MockExceptionEncounteredSenderm_mockExceptionEncounteredSender
 The mock ExceptionEncounteredSenderInterface. More...
 

Detailed Description

Test harness for InteractionModelCapabilityAgent class.

Member Function Documentation

◆ SetUp()

void alexaClientSDK::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest::SetUp ( )
override

Set up the test harness for running a test.

Member Data Documentation

◆ m_interactionModelCA

std::shared_ptr<InteractionModelCapabilityAgent> alexaClientSDK::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest::m_interactionModelCA
protected

The InteractionModelCapabilityAgent instance to be tested.

◆ m_interactionModelNotifier

std::shared_ptr<InteractionModelNotifierInterface> alexaClientSDK::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest::m_interactionModelNotifier
protected

The InteractionModelNotifier that relays notifications to observers.

◆ m_mockDirectiveSequencer

std::shared_ptr<avsCommon::sdkInterfaces::test::MockDirectiveSequencer> alexaClientSDK::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest::m_mockDirectiveSequencer
protected

The mock DirectiveSequencerInterface.

◆ m_mockEndpointCapabilitiesRegistrar

std::shared_ptr<avsCommon::sdkInterfaces::endpoints::test::MockEndpointCapabilitiesRegistrar> alexaClientSDK::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest::m_mockEndpointCapabilitiesRegistrar
protected

The mock EndpointCapabilitiesRegistrarInterface.

◆ m_mockExceptionEncounteredSender

std::shared_ptr<avsCommon::sdkInterfaces::test::MockExceptionEncounteredSender> alexaClientSDK::acsdkInteractionModel::test::InteractionModelCapabilityAgentTest::m_mockExceptionEncounteredSender
protected

The mock ExceptionEncounteredSenderInterface.


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