AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include "AVSCommon/AVS/Attachment/AttachmentManager.h"
#include "AVSCommon/AVS/Attachment/InProcessAttachment.h"
#include "Common/Common.h"
Classes | |
class | alexaClientSDK::avsCommon::avs::test::AttachmentManagerTest |
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::avsCommon | |
alexaClientSDK::avsCommon::avs | |
alexaClientSDK::avsCommon::avs::test | |
Functions | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerGenerateAttachmentId) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerSetTimeout) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerCreateWriterThenReader) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerCreateReaderThenWriter) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerCreateReader) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerReadAttachmentWithoutWriter) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerTestCreateReadersThenWriters) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerTestCreateWritersThenReaders) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerCreateMultipleWriters) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentManagerCreateMultipleReaders) | |
alexaClientSDK::avsCommon::avs::test::TEST_F (AttachmentManagerTest, test_attachmentWriterAndReaderInOnePass) | |
Variables | |
static const std::string | alexaClientSDK::avsCommon::avs::test::TEST_EMPTY_STRING = "" |
Empty string used for testing. More... | |
static const std::string | alexaClientSDK::avsCommon::avs::test::TEST_CONTEXT_ID_STRING = "testContextId" |
A test ContextId string. More... | |
static const std::string | alexaClientSDK::avsCommon::avs::test::TEST_CONTENT_ID_STRING = "testContentId" |
A test ContentId string. More... | |
static const std::string | alexaClientSDK::avsCommon::avs::test::TEST_CONTENT_ID_ALTERNATE_STRING = "testContentId2" |
A second test ContextId string. More... | |
static const std::chrono::minutes | alexaClientSDK::avsCommon::avs::test::TIMEOUT_REGULAR = std::chrono::minutes(60) |
A test timeout. More... | |
static const std::chrono::minutes | alexaClientSDK::avsCommon::avs::test::TIMEOUT_ZERO = std::chrono::minutes(0) |
A test zero timeout. More... | |
static const std::chrono::minutes | alexaClientSDK::avsCommon::avs::test::TIMEOUT_NEGATIVE = std::chrono::minutes(-1) |
A test negative timeout. 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