![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Classes | |
class | DoNotDisturbCapabilityAgentTest |
Test harness for DoNotDisturbCapabilityAgent class. More... | |
Functions | |
static const std::chrono::seconds | MY_WAIT_TIMEOUT (2) |
Amount of time for the test to wait for event to be sent. More... | |
TEST_F (DoNotDisturbCapabilityAgentTest, test_givenInvalidParameters_create_shouldFail) | |
TEST_F (DoNotDisturbCapabilityAgentTest, test_givenValidSetDNDDirective_handleDirective_shouldSucceed) | |
TEST_F (DoNotDisturbCapabilityAgentTest, test_beingOnline_applyLocalChange_shouldSendReport) | |
TEST_F (DoNotDisturbCapabilityAgentTest, test_beingOffline_applyLocalChangeAndBecomeOnline_shouldSendChanged) | |
TEST_F (DoNotDisturbCapabilityAgentTest, test_whileSendingChangedEvent_sendChangedFail_shouldSendReport) | |
Variables | |
static const std::string | SETDNDMODE_DIRECTIVE_VALID_JSON_STRING |
A sample Directive JSON string for the purposes of creating an AVSDirective object. More... | |
static const std::string | DND_REPORT_EVENT = "ReportDoNotDisturb" |
"Report" event for DoNotDisturb API More... | |
static const std::string | DND_CHANGE_EVENT = "DoNotDisturbChanged" |
"Changed" event for DoNotDisturb API More... | |
|
static |
Amount of time for the test to wait for event to be sent.
alexaClientSDK::capabilityAgents::doNotDisturb::test::TEST_F | ( | DoNotDisturbCapabilityAgentTest | , |
test_givenInvalidParameters_create_shouldFail | |||
) |
alexaClientSDK::capabilityAgents::doNotDisturb::test::TEST_F | ( | DoNotDisturbCapabilityAgentTest | , |
test_givenValidSetDNDDirective_handleDirective_shouldSucceed | |||
) |
alexaClientSDK::capabilityAgents::doNotDisturb::test::TEST_F | ( | DoNotDisturbCapabilityAgentTest | , |
test_beingOnline_applyLocalChange_shouldSendReport | |||
) |
alexaClientSDK::capabilityAgents::doNotDisturb::test::TEST_F | ( | DoNotDisturbCapabilityAgentTest | , |
test_beingOffline_applyLocalChangeAndBecomeOnline_shouldSendChanged | |||
) |
alexaClientSDK::capabilityAgents::doNotDisturb::test::TEST_F | ( | DoNotDisturbCapabilityAgentTest | , |
test_whileSendingChangedEvent_sendChangedFail_shouldSendReport | |||
) |
|
static |
"Changed" event for DoNotDisturb API
|
static |
"Report" event for DoNotDisturb API
|
static |
A sample Directive JSON string for the purposes of creating an AVSDirective object.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0