|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_singleShot) |
| This test runs a single-shot timer and verifies that the task is called once, at the expected time. More...
|
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_multiShot) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_multiShotWithDelay) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_forever) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_slowTaskLessThanPeriod) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_slowTaskGreaterThanPeriod) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_slowTaskGreaterThanTwoPeriods) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_endToStartPeriod) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_stopSingleShotBeforeTask) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_stopSingleShotDuringTask) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_stopSingleShotAfterTask) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_stopMultiShot) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_startRunningBeforeTask) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_startRunningDuringTask) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_startRunningAfterTask) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, test_deleteBeforeTask) |
| This test verifies that a timer which is deleted while active, but before running its task, does not run the task. More...
|
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_deleteDuringTask) |
| This test verifies that a timer which is deleted while running a task completes the task. More...
|
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_startRunningAfterStopDuringTask) |
|
| alexaClientSDK::avsCommon::utils::timing::test::TEST_F (TimerTest, testTimer_multipleStopsDoesntDeadlock) |
|