![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
Basic testing setup. More...
#include <setup_common.h>
Public Member Functions | |
| BasicTestingSetup (const ChainType chainType=ChainType::MAIN, const std::vector< const char *> &extra_args={}) | |
| ~BasicTestingSetup () | |
Public Attributes | |
| node::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 49 of file setup_common.h.
|
explicit |
| BasicTestingSetup::~BasicTestingSetup | ( | ) |
| ArgsManager BasicTestingSetup::m_args |
Definition at line 56 of file setup_common.h.
| node::NodeContext BasicTestingSetup::m_node |
Definition at line 50 of file setup_common.h.
| const fs::path BasicTestingSetup::m_path_root |
Definition at line 55 of file setup_common.h.
1.8.14