|
| | TestArgsManager () |
| |
| std::map< std::string, std::vector< std::string > > & | GetOverrideArgs () |
| |
| std::map< std::string, std::vector< std::string > > & | GetConfigArgs () |
| |
| void | ReadConfigString (const std::string str_config) |
| |
| void | SetNetworkOnlyArg (const std::string arg) |
| |
| | ArgsManager () |
| |
| void | SelectConfigNetwork (const std::string &network) |
| | Select the network in use. More...
|
| |
| void | ParseParameters (int argc, const char *const argv[]) |
| |
| void | ReadConfigFile (const std::string &confPath) |
| |
| void | WarnForSectionOnlyArgs () |
| | Log warnings for options in m_section_only_args when they are specified in the default section but not overridden on the command line or in a network-specific section in the config file. More...
|
| |
| std::vector< std::string > | GetArgs (const std::string &strArg) const |
| | Return a vector of strings of the given argument. More...
|
| |
| bool | IsArgSet (const std::string &strArg) const |
| | Return true if the given argument has been manually set. More...
|
| |
| bool | IsArgNegated (const std::string &strArg) const |
| | Return true if the argument was originally passed as a negated option, i.e. More...
|
| |
| std::string | GetArg (const std::string &strArg, const std::string &strDefault) const |
| | Return string argument or default value. More...
|
| |
| int64_t | GetArg (const std::string &strArg, int64_t nDefault) const |
| | Return integer argument or default value. More...
|
| |
| bool | GetBoolArg (const std::string &strArg, bool fDefault) const |
| | Return boolean argument or default value. More...
|
| |
| bool | SoftSetArg (const std::string &strArg, const std::string &strValue) |
| | Set an argument if it doesn't already have a value. More...
|
| |
| bool | SoftSetBoolArg (const std::string &strArg, bool fValue) |
| | Set a boolean argument if it doesn't already have a value. More...
|
| |
| void | ForceSetArg (const std::string &strArg, const std::string &strValue) |
| |
| std::string | GetChainName () const |
| | Looks for -regtest, -testnet and returns the appropriate BIP70 chain name. More...
|
| |
Definition at line 129 of file util_tests.cpp.