![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <common/args.h>#include <common/settings.h>#include <logging.h>#include <test/util/common.h>#include <test/util/setup_common.h>#include <univalue.h>#include <util/strencodings.h>#include <limits>#include <string>#include <utility>#include <vector>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Functions | |
| void | ResetArgs (ArgsManager &local_args, const std::string &strArg) |
| void | SetupArgs (ArgsManager &local_args, const std::vector< std::pair< std::string, unsigned int > > &args) |
| BOOST_AUTO_TEST_CASE (setting_args) | |
| BOOST_AUTO_TEST_CASE (boolarg) | |
| BOOST_AUTO_TEST_CASE (stringarg) | |
| BOOST_AUTO_TEST_CASE (intarg) | |
| BOOST_AUTO_TEST_CASE (patharg) | |
| BOOST_AUTO_TEST_CASE (doubledash) | |
| BOOST_AUTO_TEST_CASE (boolargno) | |
| BOOST_AUTO_TEST_CASE (logargs) | |
| BOOST_AUTO_TEST_CASE | ( | boolarg | ) |
| BOOST_AUTO_TEST_CASE | ( | boolargno | ) |
| BOOST_AUTO_TEST_CASE | ( | doubledash | ) |
| BOOST_AUTO_TEST_CASE | ( | intarg | ) |
| BOOST_AUTO_TEST_CASE | ( | logargs | ) |
| BOOST_AUTO_TEST_CASE | ( | patharg | ) |
| BOOST_AUTO_TEST_CASE | ( | setting_args | ) |
| BOOST_AUTO_TEST_CASE | ( | stringarg | ) |
| void ResetArgs | ( | ArgsManager & | local_args, |
| const std::string & | strArg ) |
Definition at line 24 of file getarg_tests.cpp.
| void SetupArgs | ( | ArgsManager & | local_args, |
| const std::vector< std::pair< std::string, unsigned int > > & | args ) |
Definition at line 44 of file getarg_tests.cpp.