|
| static std::chrono::milliseconds | alexaClientSDK::alexaChannelController::test::TIMEOUT (1000) |
| | Timeout when waiting for futures to be set. More...
|
| |
| static const std::string | alexaClientSDK::alexaChannelController::test::TIME_OF_SAMPLE_TEST ("2017-02-03T16:20:50.523Z") |
| | Time of sample used for testing. More...
|
| |
| static const EndpointIdentifier | alexaClientSDK::alexaChannelController::test::TEST_ENDPOINT_ID ("testEndpointId") |
| | The test EndpointId. More...
|
| |
| static const std::string | alexaClientSDK::alexaChannelController::test::EVENT ("event") |
| | Event key. More...
|
| |
| static const std::string | alexaClientSDK::alexaChannelController::test::MESSAGE_ID_TEST ("MessageId_Test") |
| | MessageId for testing. More...
|
| |
| static const std::string | alexaClientSDK::alexaChannelController::test::DIALOG_REQUEST_ID_TEST ("DialogRequestId_Test") |
| | DialogRequestId for testing. More...
|
| |
| static const std::string | alexaClientSDK::alexaChannelController::test::CORRELATION_TOKEN_TEST ("CorrelationToken_Test") |
| | Correlation token for testing. More...
|
| |
| std::shared_ptr< AVSDirective > | alexaClientSDK::alexaChannelController::test::buildAVSDirective (std::string directiveName, std::string payload) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_givenInvalidParameters_create_shouldFail) |
| | Test that create() returns a nullptr if called with invalid arguments. More...
|
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_changeChannelDirective_successCase) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_changeChannelDirective_errorCase) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_incrementChannelsDirective_successCase) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_decrementChannelsDirective_successCase) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_skipChannelsDirective_errorCase) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_unknownDirective) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_reportStateChange_successCase) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_reportStateChange_errorCase) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_unknownDirectiveWithProactivelyReportedAndRetrievableTrue) |
| |
| | alexaClientSDK::alexaChannelController::test::TEST_F (AlexaChannelControllerCapabilityAgentTest, test_unknownDirectiveWithProactivelyReportedAndRetrievableFalse) |
| |