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::presentationOrchestratorClient::test::PresentationOrchestratorClientTest Class Reference

Test harness for PresentationOrchestratorClient class. More...

Inheritance diagram for alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest:
Collaboration graph
[legend]

Public Member Functions

 PresentationOrchestratorClientTest ()=default
 
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...
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Protected Attributes

std::shared_ptr< MockPresentationOrchestratorStateTrackerm_stateTracker
 Mock of PresentationOrchestratorStateTracker. More...
 
std::shared_ptr< MockPresentationObserverm_presentationObserver
 Mock of PresentationObserver. More...
 
std::shared_ptr< MockVisualTimeoutManagerm_visualTimeoutManager
 Mock of VisualTimeoutManager. More...
 
std::shared_ptr< PresentationOrchestratorClient > m_presentationOrchestratorClient
 An instance of the PresentationOrchestratorClient per test. More...
 
std::shared_ptr< alexaClientSDK::avsCommon::utils::threading::Executorm_executor
 An instance of Executor used by PO Client. 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 PresentationOrchestratorClient class.

Constructor & Destructor Documentation

◆ PresentationOrchestratorClientTest()

alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest::PresentationOrchestratorClientTest ( )
default

Member Function Documentation

◆ SetUp()

void alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest::SetUp ( )
overridevirtual

Set up the test harness for running a test.

Reimplemented from testing::Test.

◆ TearDown()

void alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest::TearDown ( )
overridevirtual

Clean up the test harness after running a test.

Reimplemented from testing::Test.

Member Data Documentation

◆ m_executor

std::shared_ptr<alexaClientSDK::avsCommon::utils::threading::Executor> alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest::m_executor
protected

An instance of Executor used by PO Client.

◆ m_presentationObserver

std::shared_ptr<MockPresentationObserver> alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest::m_presentationObserver
protected

Mock of PresentationObserver.

◆ m_presentationOrchestratorClient

std::shared_ptr<PresentationOrchestratorClient> alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest::m_presentationOrchestratorClient
protected

An instance of the PresentationOrchestratorClient per test.

◆ m_stateTracker

std::shared_ptr<MockPresentationOrchestratorStateTracker> alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest::m_stateTracker
protected

Mock of PresentationOrchestratorStateTracker.

◆ m_visualTimeoutManager

std::shared_ptr<MockVisualTimeoutManager> alexaClientSDK::presentationOrchestratorClient::test::PresentationOrchestratorClientTest::m_visualTimeoutManager
protected

Mock of VisualTimeoutManager.


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