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::adsl::test::MessageIntepreterTest Class Reference
Inheritance diagram for alexaClientSDK::adsl::test::MessageIntepreterTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::adsl::test::MessageIntepreterTest:
Collaboration graph
[legend]

Protected Member Functions

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

Protected Attributes

std::shared_ptr< MockExceptionEncounteredSenderm_mockExceptionEncounteredSender
 The mock ExceptionEncounteredSender. More...
 
std::shared_ptr< avsCommon::avs::attachment::AttachmentManagerm_attachmentManager
 The attachment manager. More...
 
std::shared_ptr< MockDirectiveSequencerm_mockDirectiveSequencer
 The mock directive sequencer. More...
 
std::shared_ptr< MessageInterpreterm_messageInterpreter
 The message interpreter under test. More...
 

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)
 

Detailed Description

Test fixture for testing MessageInterpreter class.

Member Function Documentation

◆ SetUp()

void alexaClientSDK::adsl::test::MessageIntepreterTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ m_attachmentManager

std::shared_ptr<avsCommon::avs::attachment::AttachmentManager> alexaClientSDK::adsl::test::MessageIntepreterTest::m_attachmentManager
protected

The attachment manager.

◆ m_messageInterpreter

std::shared_ptr<MessageInterpreter> alexaClientSDK::adsl::test::MessageIntepreterTest::m_messageInterpreter
protected

The message interpreter under test.

◆ m_mockDirectiveSequencer

std::shared_ptr<MockDirectiveSequencer> alexaClientSDK::adsl::test::MessageIntepreterTest::m_mockDirectiveSequencer
protected

The mock directive sequencer.

◆ m_mockExceptionEncounteredSender

std::shared_ptr<MockExceptionEncounteredSender> alexaClientSDK::adsl::test::MessageIntepreterTest::m_mockExceptionEncounteredSender
protected

The mock ExceptionEncounteredSender.


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