userver: userver/dynamic_config/test_helpers.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
test_helpers.hpp File Reference

Detailed Description

Accessors for dynamic config defaults for tests and benchmarks.

Definition in file test_helpers.hpp.

Go to the source code of this file.

+ Include dependency graph for test_helpers.hpp:

Functions

dynamic_config::Source dynamic_config::GetDefaultSource ()
 Get dynamic_config::Source with built-in defaults for all configs.
 
const dynamic_config::Snapshotdynamic_config::GetDefaultSnapshot ()
 Get dynamic_config::Snapshot with built-in defaults for all configs.
 
dynamic_config::StorageMock dynamic_config::MakeDefaultStorage (const std::vector< dynamic_config::KeyValue > &overrides)
 Make dynamic_config::StorageMock with built-in defaults for all configs.