![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
Basic testing setup. More...
#include <setup_common.h>
Public Member Functions | |
| BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={}) | |
| ~BasicTestingSetup () | |
Public Attributes | |
| ECCVerifyHandle | globalVerifyHandle |
| NodeContext | m_node |
| const fs::path | m_path_root |
| ArgsManager | m_args |
Basic testing setup.
This just configures logging, data dir and chain parameters.
Definition at line 76 of file setup_common.h.
|
explicit |
| BasicTestingSetup::~BasicTestingSetup | ( | ) |
| ECCVerifyHandle BasicTestingSetup::globalVerifyHandle |
Definition at line 77 of file setup_common.h.
| ArgsManager BasicTestingSetup::m_args |
Definition at line 84 of file setup_common.h.
| NodeContext BasicTestingSetup::m_node |
Definition at line 78 of file setup_common.h.
| const fs::path BasicTestingSetup::m_path_root |
Definition at line 83 of file setup_common.h.