AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions | Variables
SystemCapabilityProviderTest.cpp File Reference
#include <vector>
#include <gtest/gtest.h>
#include <AVSCommon/AVS/CapabilityChangeNotifier.h>
#include <AVSCommon/SDKInterfaces/CapabilityConfigurationChangeObserverInterface.h>
#include <AVSCommon/SDKInterfaces/MockLocaleAssetsManager.h>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
#include "System/SystemCapabilityProvider.h"
Include dependency graph for SystemCapabilityProviderTest.cpp:

Classes

class  alexaClientSDK::capabilityAgents::system::test::MockCapabilityConfigurationChangeObserver
 Mock class that implements the CapabilityConfigurationChangeObserverInterface. More...
 
class  alexaClientSDK::capabilityAgents::system::test::SystemCapabilityProviderTest
 Test harness for SystemCapabilityProvider. More...
 

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::capabilityAgents
 
 alexaClientSDK::capabilityAgents::system
 
 alexaClientSDK::capabilityAgents::system::test
 

Functions

 alexaClientSDK::capabilityAgents::system::test::TEST_F (SystemCapabilityProviderTest, test_createWithInvalidInputs)
 Function to verify that SystemCapabilityProvider::create) errors out with invalid inputs. More...
 
 alexaClientSDK::capabilityAgents::system::test::TEST_F (SystemCapabilityProviderTest, test_localeAssetsChanged)
 

Variables

static const std::set< std::string > alexaClientSDK::capabilityAgents::system::test::SUPPORTED_LOCALES = {"en-US", "en-GB"}
 A list of test supported locales. More...
 
static const std::set< std::vector< std::string > > alexaClientSDK::capabilityAgents::system::test::SUPPORTED_LOCALE_COMBINATIONS = {{"en-US", "es-US"}}
 A list of test supported locale combinations. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::test::CAPABILITY_INTERFACE_CONFIGURATIONS_KEY = "configurations"
 Capability configuration key used to give more details about the device configuration. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::test::LOCALES_CONFIGURATION_KEY = "locales"
 Locale key. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::test::LOCALE_COMBINATION_CONFIGURATION_KEY = "localeCombinations"
 Locale Combinations Key. More...
 

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