![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <common/args.h>#include <sync.h>#include <test/util/logging.h>#include <test/util/setup_common.h>#include <test/util/str.h>#include <univalue.h>#include <util/chaintype.h>#include <util/fs.h>#include <util/strencodings.h>#include <array>#include <optional>#include <cstdint>#include <cstring>#include <vector>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Classes | |
| struct | TestArgsManager |
| class | CheckValueTest |
| Test GetSetting and GetArg type coercion, negation, and default value handling. More... | |
| struct | CheckValueTest::Expect |
| struct | NoIncludeConfTest |
| struct | ArgsMergeTestingSetup |
| struct | ChainMergeTestingSetup |
Functions | |
| BOOST_AUTO_TEST_CASE (util_datadir) | |
| BOOST_FIXTURE_TEST_CASE (util_CheckValue, CheckValueTest) | |
| BOOST_FIXTURE_TEST_CASE (util_NoIncludeConf, NoIncludeConfTest) | |
| BOOST_AUTO_TEST_CASE (util_ParseParameters) | |
| BOOST_AUTO_TEST_CASE (util_ParseInvalidParameters) | |
| static void | TestParse (const std::string &str, bool expected_bool, int64_t expected_int) |
| BOOST_AUTO_TEST_CASE (util_ArgParsing) | |
| BOOST_AUTO_TEST_CASE (util_GetBoolArg) | |
| BOOST_AUTO_TEST_CASE (util_GetBoolArgEdgeCases) | |
| BOOST_AUTO_TEST_CASE (util_ReadConfigStream) | |
| BOOST_AUTO_TEST_CASE (util_GetArg) | |
| BOOST_AUTO_TEST_CASE (util_GetChainTypeString) | |
| BOOST_FIXTURE_TEST_CASE (util_ArgsMerge, ArgsMergeTestingSetup) | |
| BOOST_FIXTURE_TEST_CASE (util_ChainMerge, ChainMergeTestingSetup) | |
| BOOST_AUTO_TEST_CASE (util_ReadWriteSettings) | |
| template<typename T> | |
| std::string | ToString (const T &t) |
| Locale-independent version of std::to_string. | |
| BOOST_AUTO_TEST_CASE | ( | util_ArgParsing | ) |
| BOOST_AUTO_TEST_CASE | ( | util_datadir | ) |
| BOOST_AUTO_TEST_CASE | ( | util_GetArg | ) |
| BOOST_AUTO_TEST_CASE | ( | util_GetBoolArg | ) |
| BOOST_AUTO_TEST_CASE | ( | util_GetBoolArgEdgeCases | ) |
| BOOST_AUTO_TEST_CASE | ( | util_GetChainTypeString | ) |
| BOOST_AUTO_TEST_CASE | ( | util_ParseInvalidParameters | ) |
| BOOST_AUTO_TEST_CASE | ( | util_ParseParameters | ) |
| BOOST_AUTO_TEST_CASE | ( | util_ReadConfigStream | ) |
| BOOST_AUTO_TEST_CASE | ( | util_ReadWriteSettings | ) |
| BOOST_FIXTURE_TEST_CASE | ( | util_ArgsMerge | , |
| ArgsMergeTestingSetup | ) |
| BOOST_FIXTURE_TEST_CASE | ( | util_ChainMerge | , |
| ChainMergeTestingSetup | ) |
| BOOST_FIXTURE_TEST_CASE | ( | util_CheckValue | , |
| CheckValueTest | ) |
| BOOST_FIXTURE_TEST_CASE | ( | util_NoIncludeConf | , |
| NoIncludeConfTest | ) |
|
static |
Definition at line 267 of file argsman_tests.cpp.
| std::string util::ToString | ( | const T & | t | ) |