AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest Class Reference

Test harness for PresentationOrchestratorStateTracker class. More...

Inheritance diagram for alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest:
Collaboration graph
[legend]

Protected 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...
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Static Protected Member Functions

static PresentationOrchestratorWindowInstance generateWindow (const std::string &windowId, int zOrder)
 

Protected Attributes

std::shared_ptr< MockVisualActivityTrackerm_visualActivityTracker
 
std::shared_ptr< MockStateObserverm_stateObserver
 
std::shared_ptr< MockWindowObserverm_windowObserver
 
std::shared_ptr< alexaClientSDK::avsCommon::utils::threading::Executorm_executor
 
std::shared_ptr< PresentationOrchestratorStateTracker > m_presentationOrchestrator
 

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 harness for PresentationOrchestratorStateTracker class.

Member Function Documentation

◆ generateWindow()

PresentationOrchestratorWindowInstance alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest::generateWindow ( const std::string &  windowId,
int  zOrder 
)
staticprotected

◆ SetUp()

void alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest::SetUp ( )
overrideprotectedvirtual

Set up the test harness for running a test.

Reimplemented from testing::Test.

◆ TearDown()

void alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest::TearDown ( )
overrideprotectedvirtual

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::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest::m_executor
protected

◆ m_presentationOrchestrator

std::shared_ptr<PresentationOrchestratorStateTracker> alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest::m_presentationOrchestrator
protected

◆ m_stateObserver

std::shared_ptr<MockStateObserver> alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest::m_stateObserver
protected

◆ m_visualActivityTracker

std::shared_ptr<MockVisualActivityTracker> alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest::m_visualActivityTracker
protected

◆ m_windowObserver

std::shared_ptr<MockWindowObserver> alexaClientSDK::presentationOrchestratorStateTracker::PresentationOrchestratorStateTrackerTest::m_windowObserver
protected

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