AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include "AssetManagerTest.h"
Classes | |
class | UpdateTest |
Functions | |
TEST_P (UpdateTest, UpdatingArtifactsDeletesTheOldResourceAndAcquiresTheNew) | |
TEST_P (UpdateTest, UpdatingArtifactsWillKeepRetryingUntilItTimesOutAndDeletesTheNew) | |
TEST_P (UpdateTest, HandlingSharedArtifactsWhereOneGetsUpdatedDoesNotDeleteOldResource) | |
TEST_P (UpdateTest, CheckingForUpdateAtStartupAfterArtifactBecomesActive) | |
TEST_P (UpdateTest, UpdatingOneActiveArtifactViaDeviceArtifactNotification) | |
TEST_P (UpdateTest, UpdatingOneInactiveArtifactViaDeviceArtifactNotification) | |
TEST_P (UpdateTest, UpdatingUnregisteredArtifactViaDeviceArtifactNotification) | |
INSTANTIATE_TEST_CASE_P (UpdatesAcceptedAndRejected, UpdateTest, Values(true, false), PrintToStringParamName()) | |
Variables | |
constexpr auto | VALID_ONE_ARTIFACT_JSON = R"delim({"artifactList":[{"type":"test","key":"tar"}]})delim" |
constexpr auto | INVALID_ONE_ARTIFACT_JSON |
INSTANTIATE_TEST_CASE_P | ( | UpdatesAcceptedAndRejected | , |
UpdateTest | , | ||
Values(true, false) | , | ||
PrintToStringParamName() | |||
) |
TEST_P | ( | UpdateTest | , |
UpdatingArtifactsDeletesTheOldResourceAndAcquiresTheNew | |||
) |
TEST_P | ( | UpdateTest | , |
UpdatingArtifactsWillKeepRetryingUntilItTimesOutAndDeletesTheNew | |||
) |
TEST_P | ( | UpdateTest | , |
HandlingSharedArtifactsWhereOneGetsUpdatedDoesNotDeleteOldResource | |||
) |
TEST_P | ( | UpdateTest | , |
CheckingForUpdateAtStartupAfterArtifactBecomesActive | |||
) |
TEST_P | ( | UpdateTest | , |
UpdatingOneActiveArtifactViaDeviceArtifactNotification | |||
) |
TEST_P | ( | UpdateTest | , |
UpdatingOneInactiveArtifactViaDeviceArtifactNotification | |||
) |
TEST_P | ( | UpdateTest | , |
UpdatingUnregisteredArtifactViaDeviceArtifactNotification | |||
) |
constexpr auto INVALID_ONE_ARTIFACT_JSON |
constexpr auto VALID_ONE_ARTIFACT_JSON = R"delim({"artifactList":[{"type":"test","key":"tar"}]})delim" |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0