|
| alexaClientSDK::avsCommon::utils::threading::test::TEST (TaskThreadTest, test_waitForNothing) |
| Test that wait will return if no job has ever started. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST (TaskThreadTest, test_startFailsDueToEmptyFunction) |
| Test that start will fail if function is empty. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST (TaskThreadTest, test_simpleJob) |
| Test that start will trigger the provided job and thread will exit once the job is done and return false . More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST (TaskThreadTest, test_sequenceJobs) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST (TaskThreadTest, test_startNewJob) |
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST (TaskThreadTest, testTimer_startFailDueTooManyThreads) |
| Test that start will fail if called multiple times while waiting for a job to start. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST (TaskThreadTest, DISABLED_test_moniker) |
| Test that threads related to this task thread will always have specified moniker. More...
|
|
| alexaClientSDK::avsCommon::utils::threading::test::TEST (TaskThreadTest, test_monikerDifferentObjects) |
| Test that threads from different TaskThreads will have different monikers. More...
|
|