userver: testsuite Namespace Reference
Loading...
Searching...
No Matches
testsuite Namespace Reference

Testsuite integration. More...

Classes

class  CacheControl
 Periodically updated caches control interface for testsuite. More...
 
class  CacheInvalidatorHolder
 RAII helper for testsuite registration. More...
 
class  ComponentControl
 Component control interface for testsuite. More...
 
class  ComponentInvalidatorHolder
 RAII helper for testsuite registration. More...
 
class  DumpControl
 Dumper control interface for testsuite. More...
 
class  DumperRegistrationHolder
 RAII helper for testsuite registration. More...
 
class  GrpcControl
 
class  HttpAllowedUrlsExtra
 
class  PeriodicTaskControl
 Periodic task control interface for testsuite. More...
 
class  PeriodicTaskRegistrationHolder
 RAII helper for testsuite registration. More...
 
class  PostgresControl
 
struct  RedisControl
 
class  TaskAlreadyRunning
 
class  TaskNotFound
 
class  TestpointClientBase
 Base testpoint client. Used to report TESTPOINT executions to testsuite. More...
 
class  TestpointControl
 Testpoint control interface for testsuite. More...
 
class  TestsuiteTasks
 Testsuite tasks support. More...
 

Functions

TestsuiteTasksGetTestsuiteTasks (const components::ComponentContext &component_context)
 Get reference to TestsuiteTasks instance.
 

Detailed Description

Testsuite integration.

Function Documentation

◆ GetTestsuiteTasks()

TestsuiteTasks & testsuite::GetTestsuiteTasks ( const components::ComponentContext component_context)

Get reference to TestsuiteTasks instance.

Parameters
component_context
Examples
samples/testsuite-support/src/tasks.cpp.