AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Test cases for Properties Implementation. More...
Functions | |
TEST (MiscStoragePropertiesFactoryTest, test_createOpened) | |
Test constructor. More... | |
TEST (MiscStoragePropertiesFactoryTest, test_createClosed) | |
TEST (MiscStoragePropertiesFactoryTest, test_createDatabase) | |
TEST (MiscStoragePropertiesFactoryTest, test_createWhenStorageClosedAndCreateFails) | |
TEST (MiscStoragePropertiesFactoryTest, test_createNullArgs) | |
TEST (MiscStoragePropertiesFactoryTest, test_createProperties) | |
TEST (MiscStoragePropertiesFactoryTest, test_createPropertiesCreatesTable) | |
TEST (MiscStoragePropertiesFactoryTest, test_createPropertiesFailsToCreateTable) | |
TEST (MiscStoragePropertiesTest, testCreatePropertiesTableExists) | |
Test that the constructor. More... | |
TEST (MiscStoragePropertiesTest, testCreatePropertiesCreateTable) | |
TEST (MiscStoragePropertiesTest, testCreatePropertiesCreateTableFailed) | |
TEST (MiscStoragePropertiesTest, testCreatePropertiesTableExistsFailed) | |
TEST (MiscStoragePropertiesTest, testPutString) | |
TEST (MiscStoragePropertiesTest, testPutBytes) | |
TEST (MiscStoragePropertiesTest, testPutFailed) | |
TEST (MiscStoragePropertiesTest, testGetString) | |
TEST (MiscStoragePropertiesTest, testGetBinary) | |
TEST (MiscStoragePropertiesTest, testGetFailed) | |
TEST (MiscStoragePropertiesTest, testRemove) | |
TEST (MiscStoragePropertiesTest, testClear) | |
TEST (MiscStoragePropertiesTest, testClearFailedClearTable) | |
TEST (DataPropertyCodecTest, test_encodeDer) | |
TEST (DataPropertyCodecTest, test_decodeDer) | |
TEST (EncryptedPropertiesFactoryTest, test_createNonNull) | |
Test that the constructor with a nullptr doesn't segfault. More... | |
TEST (EncryptedPropertiesFactoryTest, test_getPropertiesEncrypted) | |
TEST (EncryptedPropertiesFactoryTest, test_createNullInnerFactory) | |
TEST (EncryptedPropertiesFactoryTest, test_createNullCryptoFactory) | |
TEST (EncryptedPropertiesFactoryTest, test_createNullKeyStore) | |
TEST (EncryptedPropertiesTest, test_create) | |
TEST (EncryptedPropertiesTest, test_createUpgradeEncryptionString) | |
TEST (EncryptedPropertiesTest, test_createUpgradeEncryptionBytes) | |
TEST (EncryptedPropertiesTest, test_createNullInnerProperties) | |
TEST (EncryptedPropertiesTest, test_createNullCryptoFactory) | |
TEST (EncryptedPropertiesTest, test_createNullKeyStore) | |
TEST (EncryptedPropertiesTest, test_encryptPut) | |
TEST (EncryptedPropertiesTest, test_reopenEncryptedProperties) | |
TEST (EncryptionKeyPropertyTest, test_encodeDer) | |
TEST (EncryptionKeyPropertyTest, test_decodeDer) | |
Variables | |
static const std::string | DER_ENCODED_HEX |
Test cases for Properties Implementation.
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesFactoryTest | , |
test_createOpened | |||
) |
Test constructor.
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesFactoryTest | , |
test_createClosed | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testCreatePropertiesTableExists | |||
) |
Test that the constructor.
alexaClientSDK::properties::test::TEST | ( | EncryptionKeyPropertyTest | , |
test_encodeDer | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesFactoryTest | , |
test_createDatabase | |||
) |
alexaClientSDK::properties::test::TEST | ( | DataPropertyCodecTest | , |
test_encodeDer | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testCreatePropertiesCreateTable | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesFactoryTest | , |
test_createNonNull | |||
) |
Test that the constructor with a nullptr doesn't segfault.
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesFactoryTest | , |
test_createWhenStorageClosedAndCreateFails | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesFactoryTest | , |
test_getPropertiesEncrypted | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesFactoryTest | , |
test_createNullArgs | |||
) |
alexaClientSDK::properties::test::TEST | ( | DataPropertyCodecTest | , |
test_decodeDer | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesTest | , |
test_create | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testCreatePropertiesCreateTableFailed | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesFactoryTest | , |
test_createProperties | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptionKeyPropertyTest | , |
test_decodeDer | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesFactoryTest | , |
test_createNullInnerFactory | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesTest | , |
test_createUpgradeEncryptionString | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesFactoryTest | , |
test_createNullCryptoFactory | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesFactoryTest | , |
test_createPropertiesCreatesTable | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testCreatePropertiesTableExistsFailed | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesFactoryTest | , |
test_createNullKeyStore | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testPutString | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesFactoryTest | , |
test_createPropertiesFailsToCreateTable | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testPutBytes | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesTest | , |
test_createUpgradeEncryptionBytes | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testPutFailed | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesTest | , |
test_createNullInnerProperties | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testGetString | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesTest | , |
test_createNullCryptoFactory | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesTest | , |
test_createNullKeyStore | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesTest | , |
test_encryptPut | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testGetBinary | |||
) |
alexaClientSDK::properties::test::TEST | ( | EncryptedPropertiesTest | , |
test_reopenEncryptedProperties | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testGetFailed | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testRemove | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testClear | |||
) |
alexaClientSDK::properties::test::TEST | ( | MiscStoragePropertiesTest | , |
testClearFailedClearTable | |||
) |
|
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