#include <common/settings.h>
#include <test/util/setup_common.h>
#include <test/util/str.h>
#include <boost/test/unit_test.hpp>
#include <common/args.h>
#include <univalue.h>
#include <util/chaintype.h>
#include <util/fs.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <fstream>
#include <map>
#include <string>
#include <system_error>
#include <vector>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/3]
BOOST_AUTO_TEST_CASE |
( |
NullOverride |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/3]
BOOST_AUTO_TEST_CASE |
( |
ReadWrite |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/3]
BOOST_AUTO_TEST_CASE |
( |
Simple |
| ) |
|
◆ BOOST_FIXTURE_TEST_CASE()
◆ CheckValues()
static void CheckValues |
( |
const common::Settings & |
settings, |
|
|
const std::string & |
single_val, |
|
|
const std::string & |
list_val |
|
) |
| |
|
static |
Check settings struct contents against expected json strings.
Definition at line 111 of file settings_tests.cpp.
◆ operator<<() [1/2]
◆ operator<<() [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const std::pair< std::string, common::SettingsValue > & |
kv |
|
) |
| |
|
inline |
◆ operator==()
◆ WriteText()
void WriteText |
( |
const fs::path & |
path, |
|
|
const std::string & |
text |
|
) |
| |
|
inline |