AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions | Variables
SmartScreenCaptionStateManagerTest.cpp File Reference
#include <AVSCommon/SDKInterfaces/Storage/MiscStorageInterface.h>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <gmock/gmock-generated-function-mockers.h>
#include "IPCServerSampleApp/SmartScreenCaptionStateManager.h"
Include dependency graph for SmartScreenCaptionStateManagerTest.cpp:

Classes

class  alexaClientSDK::sampleApplications::ipcServerSampleApp::test::MockMiscStorage
 
class  alexaClientSDK::sampleApplications::ipcServerSampleApp::test::SmartScreenCaptionStateManagerTest
 

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::sampleApplications
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp::test
 

Functions

 alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F (SmartScreenCaptionStateManagerTest, test_getCaptionSettingWhenDatabaseReturnsTrue)
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F (SmartScreenCaptionStateManagerTest, test_getCaptionSettingWhenDataBaseReturnsFalse)
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F (SmartScreenCaptionStateManagerTest, test_getCaptionSettingWhenDataBaseStorageFailure)
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F (SmartScreenCaptionStateManagerTest, test_setCaptionsEnabled)
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F (SmartScreenCaptionStateManagerTest, test_setCaptionsDisabled)
 
 alexaClientSDK::sampleApplications::ipcServerSampleApp::test::TEST_F (SmartScreenCaptionStateManagerTest, test_createTableInDatabaseIfItDoesNotExist)
 

Variables

static const std::string alexaClientSDK::sampleApplications::ipcServerSampleApp::test::componentName = "IPCServerSampleApp"
 
static const std::string alexaClientSDK::sampleApplications::ipcServerSampleApp::test::tableName = "Settings"
 
static const std::string alexaClientSDK::sampleApplications::ipcServerSampleApp::test::captionsKey = "CaptionsEnabled"
 
static const std::string alexaClientSDK::sampleApplications::ipcServerSampleApp::test::captionsEnabledString = "CAPTIONS_ENABLED"
 
static const std::string alexaClientSDK::sampleApplications::ipcServerSampleApp::test::captionsDisabledString = "CAPTIONS_DISABLED"
 

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0