AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Test harness for VisualCharacteristics
class.
More...
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::Executor > | m_executor |
Mock Executor. More... | |
std::shared_ptr< MockEndpointCapabilitiesRegistrar > | m_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 () | |
Test harness for VisualCharacteristics
class.
|
default |
Default Constructor.
|
overridevirtual |
Set up the test harness for running a test.
Reimplemented from testing::Test.
|
overridevirtual |
Clean up the test harness after running a test.
Reimplemented from testing::Test.
|
protected |
Mock Executor.
|
protected |
A strict mock that allows the test to fetch context.
|
protected |
An endpoint capabilities registrar with which to register capabilities.
|
protected |
A strict mock that allows reporting of exceptions during directive handling.
|
protected |
A pointer to an instance of the VisualCharacteristics that will be instantiated per test.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0