Accessors for dynamic config defaults for tests and benchmarks.
Definition in file test_helpers.hpp.
Go to the source code of this file.
#include <vector>
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/dynamic_config/source.hpp>
#include <userver/dynamic_config/storage_mock.hpp>
Functions | |
dynamic_config::Source | dynamic_config::GetDefaultSource () |
Get dynamic_config::Source with built-in defaults for all configs. | |
const dynamic_config::Snapshot & | dynamic_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. | |