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

Test fixture for testing DialogUXStateAggregator. More...

Inheritance diagram for alexaClientSDK::avsCommon::test::DialogUXAggregatorTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::avsCommon::test::DialogUXAggregatorTest:
Collaboration graph
[legend]

Protected Member Functions

virtual void SetUp ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Protected Attributes

std::shared_ptr< DialogUXStateAggregatorm_aggregator
 The UX state aggregator. More...
 
std::shared_ptr< TestObserverm_testObserver
 A test observer. More...
 
std::shared_ptr< TestObserverm_anotherTestObserver
 Another test observer. More...
 
avsCommon::utils::mediaPlayer::MediaPlayerState m_testMediaPlayerState
 A MediaPlayerState object passed to onStateChange by SpeechSynthesizer. More...
 
std::vector< avsCommon::utils::audioAnalyzer::AudioAnalyzerStatem_testAudioAnalyzerState
 A vector of AudioAnalyzerState objects passed to onStateChanged by SpeechSynthesizer. More...
 

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 ()
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::test::StateChangeManager
void assertStateChange (std::shared_ptr< TestObserver > observer, DialogUXStateObserverInterface::DialogUXState expectedState, std::chrono::milliseconds timeout=DEFAULT_TIMEOUT)
 
void assertNoStateChange (std::shared_ptr< TestObserver > observer, std::chrono::milliseconds timeout=SHORT_TIMEOUT)
 
- 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 fixture for testing DialogUXStateAggregator.

Member Function Documentation

◆ SetUp()

virtual void alexaClientSDK::avsCommon::test::DialogUXAggregatorTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ m_aggregator

std::shared_ptr<DialogUXStateAggregator> alexaClientSDK::avsCommon::test::DialogUXAggregatorTest::m_aggregator
protected

The UX state aggregator.

◆ m_anotherTestObserver

std::shared_ptr<TestObserver> alexaClientSDK::avsCommon::test::DialogUXAggregatorTest::m_anotherTestObserver
protected

Another test observer.

◆ m_testAudioAnalyzerState

std::vector<avsCommon::utils::audioAnalyzer::AudioAnalyzerState> alexaClientSDK::avsCommon::test::DialogUXAggregatorTest::m_testAudioAnalyzerState
protected

A vector of AudioAnalyzerState objects passed to onStateChanged by SpeechSynthesizer.

◆ m_testMediaPlayerState

avsCommon::utils::mediaPlayer::MediaPlayerState alexaClientSDK::avsCommon::test::DialogUXAggregatorTest::m_testMediaPlayerState
protected

A MediaPlayerState object passed to onStateChange by SpeechSynthesizer.

◆ m_testObserver

std::shared_ptr<TestObserver> alexaClientSDK::avsCommon::test::DialogUXAggregatorTest::m_testObserver
protected

A test observer.


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