AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Functions
MultiTimerTest.cpp File Reference
#include <gtest/gtest.h>
#include <chrono>
#include <thread>
#include "AVSCommon/Utils/Timing/MultiTimer.h"
#include "AVSCommon/Utils/WaitEvent.h"
Include dependency graph for MultiTimerTest.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::utils
 
 alexaClientSDK::avsCommon::utils::timing
 
 alexaClientSDK::avsCommon::utils::timing::test
 

Functions

 alexaClientSDK::avsCommon::utils::timing::test::TEST (MultiTimerTest, test_taskGetsCalled)
 Test that an enqueued task gets called. More...
 
 alexaClientSDK::avsCommon::utils::timing::test::TEST (MultiTimerTest, testTimer_cancelledTaskShouldNotRun)
 Test that an enqueued task that is cancelled before its expiration date does not run. More...
 
 alexaClientSDK::avsCommon::utils::timing::test::TEST (MultiTimerTest, test_executionOrderFollowExpirationTime)
 
 alexaClientSDK::avsCommon::utils::timing::test::TEST (MultiTimerTest, test_multipleTasksGetCalledInOrder)
 Insert two tasks to the timer with the same delay. Expect that the tasks are run in the order they were inserted. More...
 

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0