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::visualCharacteristics::VisualCharacteristicsTest Class Reference

Test harness for VisualCharacteristics class. More...

Inheritance diagram for alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest:
Collaboration graph
[legend]

Public Member Functions

void SetUp () override
 Set up the test harness for running a test. More...
 
void TearDown () override
 Clean up the test harness after running a test. More...
 
 VisualCharacteristicsTest ()=default
 Default Constructor. More...
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Protected Attributes

std::shared_ptr< VisualCharacteristics > m_visualCharacteristics
 A pointer to an instance of the VisualCharacteristics that will be instantiated per test. More...
 
std::shared_ptr< StrictMock< MockContextManager > > m_mockContextManager
 A strict mock that allows the test to fetch context. More...
 
std::shared_ptr< StrictMock< MockExceptionEncounteredSender > > m_mockExceptionEncounteredSender
 A strict mock that allows reporting of exceptions during directive handling. More...
 
std::shared_ptr< avsCommon::utils::threading::Executorm_executor
 Mock Executor. More...
 
std::shared_ptr< MockEndpointCapabilitiesRegistrarm_mockEndpointCapabilitiesRegistrar
 An endpoint capabilities registrar with which to register capabilities. 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 VisualCharacteristics class.

Constructor & Destructor Documentation

◆ VisualCharacteristicsTest()

alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest::VisualCharacteristicsTest ( )
default

Default Constructor.

Member Function Documentation

◆ SetUp()

void alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest::SetUp ( )
overridevirtual

Set up the test harness for running a test.

Reimplemented from testing::Test.

◆ TearDown()

void alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest::TearDown ( )
overridevirtual

Clean up the test harness after running a test.

Reimplemented from testing::Test.

Member Data Documentation

◆ m_executor

std::shared_ptr<avsCommon::utils::threading::Executor> alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest::m_executor
protected

Mock Executor.

◆ m_mockContextManager

std::shared_ptr<StrictMock<MockContextManager> > alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest::m_mockContextManager
protected

A strict mock that allows the test to fetch context.

◆ m_mockEndpointCapabilitiesRegistrar

std::shared_ptr<MockEndpointCapabilitiesRegistrar> alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest::m_mockEndpointCapabilitiesRegistrar
protected

An endpoint capabilities registrar with which to register capabilities.

◆ m_mockExceptionEncounteredSender

std::shared_ptr<StrictMock<MockExceptionEncounteredSender> > alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest::m_mockExceptionEncounteredSender
protected

A strict mock that allows reporting of exceptions during directive handling.

◆ m_visualCharacteristics

std::shared_ptr<VisualCharacteristics> alexaClientSDK::visualCharacteristics::VisualCharacteristicsTest::m_visualCharacteristics
protected

A pointer to an instance of the VisualCharacteristics that will be instantiated per test.


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