![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
Basic testing setup. More...
#include <setup_common.h>
Public Member Functions | |
| BasicTestingSetup (const ChainType chainType=ChainType::MAIN, TestOpts={}) | |
| ~BasicTestingSetup () | |
Public Attributes | |
| util::SignalInterrupt | m_interrupt |
| node::NodeContext | m_node |
| fs::path | m_path_root |
| fs::path | m_path_lock |
| bool | m_has_custom_datadir {false} |
| ArgsManager | m_args |
Basic testing setup.
This just configures logging, data dir and chain parameters.
Definition at line 64 of file setup_common.h.
|
explicit |
Definition at line 122 of file setup_common.cpp.
| BasicTestingSetup::~BasicTestingSetup | ( | ) |
| ArgsManager BasicTestingSetup::m_args |
Definition at line 74 of file setup_common.h.
| bool BasicTestingSetup::m_has_custom_datadir {false} |
Definition at line 73 of file setup_common.h.
| util::SignalInterrupt BasicTestingSetup::m_interrupt |
Definition at line 65 of file setup_common.h.
| node::NodeContext BasicTestingSetup::m_node |
Definition at line 66 of file setup_common.h.
| fs::path BasicTestingSetup::m_path_lock |
Definition at line 72 of file setup_common.h.
| fs::path BasicTestingSetup::m_path_root |
Definition at line 71 of file setup_common.h.
1.8.14