AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions
MiscStoragePropertiesTest.cpp File Reference
#include <string>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <acsdk/Properties/private/MiscStorageProperties.h>
#include <AVSCommon/SDKInterfaces/Storage/MockMiscStorage.h>
#include <AVSCommon/Utils/Logger/Logger.h>
Include dependency graph for MiscStoragePropertiesTest.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::properties
 Properties Implementation.
 
 alexaClientSDK::properties::test
 Test cases for Properties Implementation.
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 
#define TAG   "MiscStoragePropertiesTest"
 

Functions

 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testCreatePropertiesTableExists)
 Test that the constructor. More...
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testCreatePropertiesCreateTable)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testCreatePropertiesCreateTableFailed)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testCreatePropertiesTableExistsFailed)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testPutString)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testPutBytes)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testPutFailed)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testGetString)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testGetBinary)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testGetFailed)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testRemove)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testClear)
 
 alexaClientSDK::properties::test::TEST (MiscStoragePropertiesTest, testClearFailedClearTable)
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
eventThe event string for this LogEntry.

◆ TAG

#define TAG   "MiscStoragePropertiesTest"

String to identify log entries originating from this file.

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