Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <init_test_fixture.h>
Public Member Functions | |
InitWalletDirTestingSetup (const ChainType chain_type=ChainType::MAIN) | |
~InitWalletDirTestingSetup () | |
void | SetWalletDir (const fs::path &walletdir_path) |
Public Member Functions inherited from BasicTestingSetup | |
void | SeedRandomForTest (SeedRand seed) |
Seed the global RNG state and m_rng for testing and log the seed value. More... | |
BasicTestingSetup (const ChainType chainType=ChainType::MAIN, TestOpts={}) | |
~BasicTestingSetup () | |
Public Attributes | |
fs::path | m_datadir |
fs::path | m_cwd |
std::map< std::string, fs::path > | m_walletdir_path_cases |
std::unique_ptr< interfaces::WalletLoader > | m_wallet_loader |
Public Attributes inherited from BasicTestingSetup | |
util::SignalInterrupt | m_interrupt |
node::NodeContext | m_node |
FastRandomContext | m_rng |
fs::path | m_path_root |
fs::path | m_path_lock |
bool | m_has_custom_datadir {false} |
ArgsManager | m_args |
Test-specific arguments and settings. More... | |
Definition at line 16 of file init_test_fixture.h.
|
explicit |
wallet::InitWalletDirTestingSetup::~InitWalletDirTestingSetup | ( | ) |
Definition at line 43 of file init_test_fixture.cpp.
void wallet::InitWalletDirTestingSetup::SetWalletDir | ( | const fs::path & | walletdir_path | ) |
fs::path wallet::InitWalletDirTestingSetup::m_cwd |
Definition at line 22 of file init_test_fixture.h.
fs::path wallet::InitWalletDirTestingSetup::m_datadir |
Definition at line 21 of file init_test_fixture.h.
std::unique_ptr<interfaces::WalletLoader> wallet::InitWalletDirTestingSetup::m_wallet_loader |
Definition at line 24 of file init_test_fixture.h.
std::map<std::string, fs::path> wallet::InitWalletDirTestingSetup::m_walletdir_path_cases |
Definition at line 23 of file init_test_fixture.h.