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

SystemSoundPlayerTest unit tests. More...

Inheritance diagram for alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest:
Collaboration graph
[legend]

Public Member Functions

void SetUp () override
 
void TearDown () override
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Public Attributes

std::shared_ptr< avsCommon::sdkInterfaces::SystemSoundPlayerInterfacem_systemSoundPlayer
 SystemSoundPlayer to test More...
 
std::shared_ptr< MockMediaPlayerm_mockMediaPlayer
 Player to send the audio to. More...
 
std::shared_ptr< MockApplicationAudioPipelineFactorym_mockAudioPipelineFactory
 Mock application audio pipeline factory. More...
 
std::shared_ptr< StubAudioFactorym_stubAudioFactory
 Factory to provide the mock system sound audio factory. More...
 
std::shared_ptr< MockSystemSoundAudioFactorym_mockSystemSoundAudioFactory
 Factory to generate the system sound audio streams. 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

SystemSoundPlayerTest unit tests.

Member Function Documentation

◆ SetUp()

void alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest::SetUp ( )
overridevirtual

Reimplemented from testing::Test.

◆ TearDown()

void alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest::TearDown ( )
overridevirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ m_mockAudioPipelineFactory

std::shared_ptr<MockApplicationAudioPipelineFactory> alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest::m_mockAudioPipelineFactory

Mock application audio pipeline factory.

◆ m_mockMediaPlayer

std::shared_ptr<MockMediaPlayer> alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest::m_mockMediaPlayer

Player to send the audio to.

◆ m_mockSystemSoundAudioFactory

std::shared_ptr<MockSystemSoundAudioFactory> alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest::m_mockSystemSoundAudioFactory

Factory to generate the system sound audio streams.

◆ m_stubAudioFactory

std::shared_ptr<StubAudioFactory> alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest::m_stubAudioFactory

Factory to provide the mock system sound audio factory.

◆ m_systemSoundPlayer

std::shared_ptr<avsCommon::sdkInterfaces::SystemSoundPlayerInterface> alexaClientSDK::applicationUtilities::systemSoundPlayer::test::SystemSoundPlayerTest::m_systemSoundPlayer

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