|
static std::chrono::milliseconds | alexaClientSDK::acsdkNotifications::test::MY_WAIT_TIMEOUT (1000) |
| Plenty of time for a test to complete. More...
|
|
static std::chrono::milliseconds | alexaClientSDK::acsdkNotifications::test::RENDER_TIME (10) |
| Time to simulate a notification rendering. More...
|
|
static const std::string | alexaClientSDK::acsdkNotifications::test::NAMESPACE_NOTIFICATIONS ("Notifications") |
| Notifications namespace. More...
|
|
static const std::string | alexaClientSDK::acsdkNotifications::test::NAME_SET_INDICATOR ("SetIndicator") |
| Name for Notifications SetIndicator directive. More...
|
|
static const std::string | alexaClientSDK::acsdkNotifications::test::NAME_CLEAR_INDICATOR ("ClearIndicator") |
| Name for Notifications ClearIndicator directive. More...
|
|
static const std::string | alexaClientSDK::acsdkNotifications::test::MESSAGE_ID_TEST ("MessageId_Test") |
| Message Id for testing. More...
|
|
static const std::string | alexaClientSDK::acsdkNotifications::test::MESSAGE_ID_TEST2 ("MessageId_Test2") |
|
static const std::string | alexaClientSDK::acsdkNotifications::test::CONTEXT_ID_TEST ("ContextId_Test") |
| Context ID for testing. More...
|
|
static const std::string | alexaClientSDK::acsdkNotifications::test::ASSET_ID1 ("assetId1") |
| Test fields for payloads. More...
|
|
static const std::string | alexaClientSDK::acsdkNotifications::test::ASSET_ID2 ("assetId2") |
|
static const std::string | alexaClientSDK::acsdkNotifications::test::ASSET_URL1 ("assetUrl1") |
|
static const std::string | alexaClientSDK::acsdkNotifications::test::ASSET_URL2 ("assetUrl2") |
|
static const std::string | alexaClientSDK::acsdkNotifications::test::TAG ("NotificationsCapabilityAgentTest") |
| String to identify log entries originating from this file. More...
|
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_createNotificationsCapabilityAgent) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_nonEmptyStartupQueue) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_sendSetIndicator) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_sendSetIndicatorIncreasesCount) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_persistVisualIndicatorPreservedIncreasesCount) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_sendSetIndicatorWithAudio) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_sendSetIndicatorWithVisualIndicator) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_sameAssetId) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_persistVisualIndicatorPreserved) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_clearIndicatorWithEmptyQueue) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_clearIndicatorWithEmptyQueueAndIndicatorOn) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, testSlow_clearIndicatorAfterMultipleSetIndicators) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_multipleSetIndicators) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_clearData) |
|
| alexaClientSDK::acsdkNotifications::test::TEST_F (NotificationsCapabilityAgentTest, test_addObserverToNotificationsAfterCapabilityAgentDestroyed) |
|
int | main (int argc, char **argv) |
|