![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "AVSCommon/Utils/Logger/LogEntryStream.h"
Classes | |
class | alexaClientSDK::avsCommon::utils::logger::test::LogEntryStreamTest |
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::avsCommon | |
alexaClientSDK::avsCommon::utils | |
alexaClientSDK::avsCommon::utils::logger | |
alexaClientSDK::avsCommon::utils::logger::test | |
Functions | |
alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_emptyStream) | |
Test that a new LogEntryStream instance's c_str() returns an empty string. More... | |
alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_shortString) | |
Send a character to an empty LogEntryStream. Expect that c_str() returns a string with just that character. More... | |
alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_mediumString) | |
Send a medium sized string test to an empty LogEntryStream. Expect that c_str() returns a matching string. More... | |
alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_longString) | |
Send a long string test to an empty LogEntryStream. Expect that c_str() returns a matching string. More... | |
alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_aFewStrings) | |
Send a few short strings. Expect that c_str() returns the concatenation of those strings. More... | |
alexaClientSDK::avsCommon::utils::logger::test::TEST_F (LogEntryStreamTest, test_aLotOfStrings) | |
Send a bunch of ints and strings. Expect that c_str() matches the result of sending the same to ostringstream. 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