AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
ArtifactTest Class Reference
Inheritance diagram for ArtifactTest:
Inheritance graph
[legend]
Collaboration diagram for ArtifactTest:
Collaboration graph
[legend]

Public Member Functions

void SetUp () override
 
void TearDown () override
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Public Attributes

string TMP_DIR
 
string DAVS_DIR
 
string DAVS_TMP
 
shared_ptr< ArtifactRequestrequest
 
shared_ptr< ArtifactRequesturlRequest = UrlRequest::create("urlLocation", "fileName", true, "certPath")
 
shared_ptr< DavsClientdavsClient
 
shared_ptr< StorageManager > storageManager
 
shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::AuthDelegateInterfaceauthDelegateMock
 
shared_ptr< InternetConnectionMonitorInterfacewifiMonitorMock
 
shared_ptr< DavsEndpointHandlerV3davsEndpointHandler
 
shared_ptr< UrlAllowListWrapperallowUrlList
 
shared_ptr< AmdCommunicationInterfacecommsHandler
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Member Function Documentation

◆ SetUp()

void ArtifactTest::SetUp ( )
inlineoverridevirtual

Reimplemented from testing::Test.

◆ TearDown()

void ArtifactTest::TearDown ( )
inlineoverridevirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ allowUrlList

shared_ptr<UrlAllowListWrapper> ArtifactTest::allowUrlList

◆ authDelegateMock

shared_ptr<alexaClientSDK::avsCommon::sdkInterfaces::AuthDelegateInterface> ArtifactTest::authDelegateMock

◆ commsHandler

shared_ptr<AmdCommunicationInterface> ArtifactTest::commsHandler

◆ DAVS_DIR

string ArtifactTest::DAVS_DIR

◆ DAVS_TMP

string ArtifactTest::DAVS_TMP

◆ davsClient

shared_ptr<DavsClient> ArtifactTest::davsClient

◆ davsEndpointHandler

shared_ptr<DavsEndpointHandlerV3> ArtifactTest::davsEndpointHandler

◆ request

shared_ptr<ArtifactRequest> ArtifactTest::request
Initial value:
=
DavsRequest::create("test", "tar", {{"filter1", {"value1"}}, {"filter2", {"value2"}}})

◆ storageManager

shared_ptr<StorageManager> ArtifactTest::storageManager

◆ TMP_DIR

string ArtifactTest::TMP_DIR

◆ urlRequest

shared_ptr<ArtifactRequest> ArtifactTest::urlRequest = UrlRequest::create("urlLocation", "fileName", true, "certPath")

◆ wifiMonitorMock

shared_ptr<InternetConnectionMonitorInterface> ArtifactTest::wifiMonitorMock

The documentation for this class was generated from the following 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