userver: userver/dynamic_config/storage_mock.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
storage_mock.hpp File Reference

Backing storage for dynamic_config::Source in tests and benchmarks. More...

#include <initializer_list>
#include <memory>
#include <vector>
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/dynamic_config/source.hpp>
#include <userver/dynamic_config/value.hpp>
#include <userver/formats/json/value.hpp>
+ Include dependency graph for storage_mock.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dynamic_config::KeyValue
 A type-erased config key-value pair. More...
 
class  dynamic_config::StorageMock
 Backing storage for dynamic_config::Source in tests and benchmarks. More...
 

Detailed Description

Backing storage for dynamic_config::Source in tests and benchmarks.

Definition in file storage_mock.hpp.