Testsuite tasks support.
Definition in file tasks.hpp.
Go to the source code of this file.
#include <atomic>
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <userver/components/component_fwd.hpp>
#include <userver/concurrent/variable.hpp>
#include <userver/engine/task/task_with_result.hpp>
Classes | |
class | testsuite::TaskNotFound |
class | testsuite::TaskAlreadyRunning |
class | testsuite::TestsuiteTasks |
Testsuite tasks support. More... | |
Namespaces | |
namespace | testsuite |
Testsuite integration. | |
Functions | |
TestsuiteTasks & | testsuite::GetTestsuiteTasks (const components::ComponentContext &component_context) |
Get reference to TestsuiteTasks instance. | |