AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions | Variables
ExecutorTestUtils.h File Reference
#include <chrono>
Include dependency graph for ExecutorTestUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alexaClientSDK::avsCommon::utils::threading::test::ExampleFunctor
 
class  alexaClientSDK::avsCommon::utils::threading::test::SimpleObject
 

Namespaces

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

Functions

void alexaClientSDK::avsCommon::utils::threading::test::exampleFunction ()
 Simple example function to be referenced in Executor related tests. More...
 
void alexaClientSDK::avsCommon::utils::threading::test::exampleFunctionParams (int param)
 Simple example function which takes a parameter to be referenced in Executor related tests. More...
 

Variables

static const int alexaClientSDK::avsCommon::utils::threading::test::VALUE = 1234
 Simple integer value to be reused in tests. More...
 
static const std::chrono::milliseconds alexaClientSDK::avsCommon::utils::threading::test::SHORT_TIMEOUT_MS = std::chrono::milliseconds(100)
 Timeout to use for waiting on calls within tests. More...
 
static auto alexaClientSDK::avsCommon::utils::threading::test::TASK = [](int arg) { return arg; }
 A simple task which takes an integer argument and returns the argument when executed. 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