AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <gtest/gtest.h>
#include <string>
#include <acsdk/CryptoInterfaces/test/MockCryptoFactory.h>
#include <acsdk/CryptoInterfaces/test/MockKeyStore.h>
#include <acsdk/Crypto/CryptoFactory.h>
#include <acsdk/Pkcs11/KeyStoreFactory.h>
#include <AVSCommon/Utils/Configuration/ConfigurationNode.h>
#include <acsdk/PropertiesInterfaces/test/MockPropertiesFactory.h>
#include <acsdk/PropertiesInterfaces/test/StubPropertiesFactory.h>
#include <acsdk/Properties/private/EncryptedPropertiesFactory.h>
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::properties | |
Properties Implementation. | |
alexaClientSDK::properties::test | |
Test cases for Properties Implementation. | |
Functions | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesFactoryTest, test_createNonNull) | |
Test that the constructor with a nullptr doesn't segfault. More... | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesFactoryTest, test_getPropertiesEncrypted) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesFactoryTest, test_createNullInnerFactory) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesFactoryTest, test_createNullCryptoFactory) | |
alexaClientSDK::properties::test::TEST (EncryptedPropertiesFactoryTest, test_createNullKeyStore) | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0