AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Types | Public Member Functions | Protected Attributes | List of all members
alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest Class Reference
Inheritance diagram for alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest:
Collaboration graph
[legend]

Public Types

using MockTimeoutCallback = testing::MockFunction< void()>
 
- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 

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...
 
 VisualTimeoutManagerTest ()
 Constructor. More...
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Protected Attributes

std::shared_ptr< VisualTimeoutManager > m_visualTimeoutManager
 A pointer to an instance of the VisualTimeoutManager that will be instantiated per test. More...
 
std::shared_ptr< MockTimerFactorym_timerFactory
 A pointer to MockTimerFactory used by the test object. More...
 
std::shared_ptr< threading::Executorm_executor
 A pointer to Executor used by the tested object. More...
 

Additional Inherited Members

- 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 ()
 

Member Typedef Documentation

◆ MockTimeoutCallback

Constructor & Destructor Documentation

◆ VisualTimeoutManagerTest()

alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest::VisualTimeoutManagerTest ( )
inline

Constructor.

Member Function Documentation

◆ SetUp()

void alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest::SetUp ( )
overridevirtual

Set up the test harness for running a test.

Reimplemented from testing::Test.

◆ TearDown()

void alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest::TearDown ( )
overridevirtual

Clean up the test harness after running a test.

Reimplemented from testing::Test.

Member Data Documentation

◆ m_executor

std::shared_ptr<threading::Executor> alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest::m_executor
protected

A pointer to Executor used by the tested object.

◆ m_timerFactory

std::shared_ptr<MockTimerFactory> alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest::m_timerFactory
protected

A pointer to MockTimerFactory used by the test object.

◆ m_visualTimeoutManager

std::shared_ptr<VisualTimeoutManager> alexaClientSDK::visualTimeoutManager::test::VisualTimeoutManagerTest::m_visualTimeoutManager
protected

A pointer to an instance of the VisualTimeoutManager 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