|
static const std::chrono::milliseconds | alexaClientSDK::capabilityAgents::speechSynthesizer::test::MY_WAIT_TIMEOUT (1000) |
| Plenty of time for a test to complete. More...
|
|
static const std::chrono::milliseconds | alexaClientSDK::capabilityAgents::speechSynthesizer::test::STATE_CHANGE_TIMEOUT (10000) |
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::CHANNEL_NAME (avsCommon::sdkInterfaces::FocusManagerInterface::DIALOG_CHANNEL_NAME) |
| The name of the FocusManager channel used by the SpeechSynthesizer . More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::NAMESPACE_SPEECH_SYNTHESIZER ("SpeechSynthesizer") |
| Namespace for SpeechSynthesizer. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::NAME_SPEAK ("Speak") |
| Name for SpeechSynthesizer directive. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::NAME_RECOGNIZE ("Recognize") |
| Wrong name for testing. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::MESSAGE_ID_TEST ("MessageId_Test") |
| Message Id for testing. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::MESSAGE_ID_TEST_2 ("MessageId_Test_2") |
| Message Id for testing. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::DIALOG_REQUEST_ID_TEST ("DialogRequestId_Test") |
| DialogRequestId for testing. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::TOKEN_TEST ("Token_Test") |
| Token for testing. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::FORMAT_TEST ("AUDIO_MPEG") |
| Format of the audio. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::URL_TEST ("cid:Test") |
| URL for testing. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::CONTEXT_ID_TEST ("ContextId_Test") |
| Context ID for testing. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::CONTEXT_ID_TEST_2 ("ContextId_Test_2") |
| Context ID for testing. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::FINISHED_STATE ("FINISHED") |
| The FINISHED state of the SpeechSynthesizer . More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::COMPONENT_NAME ("SpeechSynthesizer") |
| Component name for power resource management. More...
|
|
static SpeakTestInfo | alexaClientSDK::capabilityAgents::speechSynthesizer::test::generateSpeakInfo (PlayBehavior playBehavior) |
|
static std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::generatePlayingState (const SpeakTestInfo &info) |
|
static std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::generateFinishedState (const SpeakTestInfo &info) |
|
static std::string | alexaClientSDK::capabilityAgents::speechSynthesizer::test::generateInterruptedState (const SpeakTestInfo &info) |
|
static bool | alexaClientSDK::capabilityAgents::speechSynthesizer::test::matchEvent (std::shared_ptr< MessageRequest > request, const std::string &expectedContent) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::MATCHER (IsStartedEvent, "") |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::MATCHER (IsFinishedEvent, "") |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::MATCHER (IsInterruptedEvent, "") |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_createWithNullAudioPipelineFactoryFails) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_callingHandleImmediately) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_callingHandle) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_callingCancel) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_callingCancelAfterHandle) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_callingProvideStateWhenNotPlaying) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_callingProvideStateWhenPlaying) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, testTimer_bargeInWhilePlaying) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, testTimer_notCallStopTwice) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, testSlow_callingCancelBeforeOnFocusChanged) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_callingCancelBeforeOnExecuteStateChanged) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_mediaPlayerFailedToStop) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, testTimer_mediaPlayerAlwaysFailToStop) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, testSlow_setStateTimeout) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_givenPlayingStateFocusBecomesNone) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, testTimer_onPlayedStopped) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_replaceAllWithEmptyQueue) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_replaceAllWithNonEmptyQueue) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_replaceAllStopActiveSpeech) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_enqueueWithActiveSpeech) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_replaceEnqueuedWithAnotherEnqueuedItem) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_parsingSingleAnalyzerConfig) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_parsingMultipleAnalyzerConfig) |
|
| alexaClientSDK::capabilityAgents::speechSynthesizer::test::TEST_F (SpeechSynthesizerTest, test_handleDirectiveWithEmptyAttachment) |
|