|
size_t | artifactSize = 10 |
|
string | tarId = "tarid" |
|
ArtifactUnderTest | sameId_1 {nullptr, DavsRequest::create("test", "tar", {{"filter", {"value1"}}}, Region::NA, ArtifactRequest::UNPACK)} |
|
ArtifactUnderTest | sameId_2 {nullptr, DavsRequest::create("test", "tar", {{"filter", {"value2"}}}, Region::NA, ArtifactRequest::UNPACK)} |
|
ArtifactUnderTest | differentArtifact {nullptr, DavsRequest::create("different", "tar", {{"filterX", {"valueY"}}}, Region::NA, ArtifactRequest::UNPACK)} |
|
string | TMP_DIR |
|
string | TESTING_DIRECTORY |
|
string | BASE_DIR |
|
string | DAVS_TMP |
|
string | DAVS_RESOURCES_DIR |
|
string | DAVS_REQUESTS_DIR |
|
string | URL_RESOURCES_DIR |
|
string | URL_WORKING_DIR |
|
DavsServiceMock | service |
|
shared_ptr< DavsClient > | davsClient |
|
shared_ptr< AssetManager > | assetManager |
|
shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::AuthDelegateInterface > | authDelegateMock |
|
shared_ptr< alexaClientSDK::avsCommon::sdkInterfaces::InternetConnectionMonitorInterface > | wifiMonitorMock |
|
shared_ptr< DavsEndpointHandlerV3 > | davsEndpointHandler |
|
shared_ptr< UrlAllowListWrapper > | allowUrlList |
|
shared_ptr< AmdCommunicationInterface > | commsHandler |
|
shared_ptr< ArtifactUnderTest > | tarArtifact = make_shared<ArtifactUnderTest>( nullptr, DavsRequest::create("test", "tar", {{"filter1", {"value1"}}, {"filter2", {"value2"}}}, Region::NA, ArtifactRequest::UNPACK)) |
|
shared_ptr< ArtifactUnderTest > | unavailableArtifact = make_shared<ArtifactUnderTest>( nullptr, DavsRequest::create("test", "not_found", {{"filter1", {"value1"}}}, Region::NA, ArtifactRequest::UNPACK)) |
|
shared_ptr< ArtifactUnderTest > | tarUrlArtifact = make_shared<ArtifactUnderTest>(nullptr, UrlRequest::create("test:///tmp/urlResources/urlTarget.tar.gz", "urlArtifact", ArtifactRequest::UNPACK)) |
|
shared_ptr< ArtifactUnderTest > | unavailableUrlArtifact = make_shared<ArtifactUnderTest>( nullptr, UrlRequest::create("test:///unavailableUrlArtifact", "unavailableUrlArtifact")) |
|
shared_ptr< ArtifactUnderTest > | httpUrlArtifact = make_shared<ArtifactUnderTest>(nullptr, UrlRequest::create("http://tinytts.amazon.com/", "httpUrlArtifact")) |
|
shared_ptr< ArtifactUnderTest > | nonApprovedUrlArtifact = make_shared<ArtifactUnderTest>(nullptr, UrlRequest::create("https://evil.com/", "nonApprovedUrlArtifact")) |
|