![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Classes | |
class | IPCVersionManagerTest |
class | MockMiscStorage |
class | MockRenderCaptionsInterface |
class | SmartScreenCaptionPresenterTest |
class | SmartScreenCaptionStateManagerTest |
Functions | |
static const std::string | SESSION_SETUP ("SessionSetup") |
The SessionSetup string. More... | |
static const std::string | FOCUS_MANAGER ("FocusManager") |
The FocusManager string. More... | |
static const std::string | CONTROLLER ("Controller") |
The Controller string. More... | |
TEST_F (IPCVersionManagerTest, test_serverClientVersionEqual) | |
TEST_F (IPCVersionManagerTest, test_highServerVersion) | |
TEST_F (IPCVersionManagerTest, test_highClientVersion) | |
TEST_F (IPCVersionManagerTest, test_mixedMismatch) | |
TEST_F (IPCVersionManagerTest, test_mixedMismatchDocument) | |
TEST_F (IPCVersionManagerTest, test_mixedMiddleEntryMismatchDocument) | |
TEST_F (IPCVersionManagerTest, test_registeredNamespaceOnServerNotClient) | |
TEST_F (IPCVersionManagerTest, test_registeredNamespaceOnClientNotServer) | |
TEST_F (SmartScreenCaptionPresenterTest, test_renderEmptyCaptions) | |
TEST_F (SmartScreenCaptionPresenterTest, test_renderCaptionsWithBackgroundOrNoneFocusState) | |
TEST_F (SmartScreenCaptionPresenterTest, test_renderCaptionsHappyCase) | |
TEST_F (SmartScreenCaptionStateManagerTest, test_getCaptionSettingWhenDatabaseReturnsTrue) | |
TEST_F (SmartScreenCaptionStateManagerTest, test_getCaptionSettingWhenDataBaseReturnsFalse) | |
TEST_F (SmartScreenCaptionStateManagerTest, test_getCaptionSettingWhenDataBaseStorageFailure) | |
TEST_F (SmartScreenCaptionStateManagerTest, test_setCaptionsEnabled) | |
TEST_F (SmartScreenCaptionStateManagerTest, test_setCaptionsDisabled) | |
TEST_F (SmartScreenCaptionStateManagerTest, test_createTableInDatabaseIfItDoesNotExist) | |
Variables | |
static const std::string | componentName = "IPCServerSampleApp" |
static const std::string | tableName = "Settings" |
static const std::string | captionsKey = "CaptionsEnabled" |
static const std::string | captionsEnabledString = "CAPTIONS_ENABLED" |
static const std::string | captionsDisabledString = "CAPTIONS_DISABLED" |
|
static |
The Controller string.
|
static |
The FocusManager string.
|
static |
The SessionSetup string.
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionPresenterTest | , |
test_renderEmptyCaptions | |||
) |
Test for empty captions
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | IPCVersionManagerTest | , |
test_serverClientVersionEqual | |||
) |
Test version equality
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionPresenterTest | , |
test_renderCaptionsWithBackgroundOrNoneFocusState | |||
) |
Test for Non-Foreground focus state
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | IPCVersionManagerTest | , |
test_highServerVersion | |||
) |
Test server version higher than client version
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionPresenterTest | , |
test_renderCaptionsHappyCase | |||
) |
Test for normal render captions
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | IPCVersionManagerTest | , |
test_highClientVersion | |||
) |
Test client version higher than server version
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | IPCVersionManagerTest | , |
test_mixedMismatch | |||
) |
Test mixed server client mismatch
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | IPCVersionManagerTest | , |
test_mixedMismatchDocument | |||
) |
Test server client mismatch document
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionStateManagerTest | , |
test_getCaptionSettingWhenDatabaseReturnsTrue | |||
) |
Tests getCaptions on true value
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | IPCVersionManagerTest | , |
test_mixedMiddleEntryMismatchDocument | |||
) |
Test server client mismatch document when a namespace version entry in the middle is mismatched
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionStateManagerTest | , |
test_getCaptionSettingWhenDataBaseReturnsFalse | |||
) |
Tests getCaptions on false value
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | IPCVersionManagerTest | , |
test_registeredNamespaceOnServerNotClient | |||
) |
Test server has namespace registered but client does not
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionStateManagerTest | , |
test_getCaptionSettingWhenDataBaseStorageFailure | |||
) |
Tests getCaptions on database error
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | IPCVersionManagerTest | , |
test_registeredNamespaceOnClientNotServer | |||
) |
Test client has namespace registered but server does not
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionStateManagerTest | , |
test_setCaptionsEnabled | |||
) |
Tests set captions enabled
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionStateManagerTest | , |
test_setCaptionsDisabled | |||
) |
Tests set captions disabled
alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F | ( | SmartScreenCaptionStateManagerTest | , |
test_createTableInDatabaseIfItDoesNotExist | |||
) |
Create table if it does not exist
|
static |
|
static |
|
static |
|
static |
|
static |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0