Bitcoin Core 28.99.0
P2P Digital Currency
|
Testing setup and teardown for wallet. More...
#include <wallet_test_fixture.h>
Public Member Functions | |
WalletTestingSetup (const ChainType chainType=ChainType::MAIN) | |
~WalletTestingSetup () | |
Public Member Functions inherited from TestingSetup | |
TestingSetup (const ChainType chainType=ChainType::MAIN, TestOpts={}) | |
Public Member Functions inherited from ChainTestingSetup | |
ChainTestingSetup (const ChainType chainType=ChainType::MAIN, TestOpts={}) | |
~ChainTestingSetup () | |
void | LoadVerifyActivateChainstate () |
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 | |
std::unique_ptr< interfaces::WalletLoader > | m_wallet_loader |
CWallet | m_wallet |
std::unique_ptr< interfaces::Handler > | m_chain_notifications_handler |
Public Attributes inherited from ChainTestingSetup | |
node::CacheSizes | m_cache_sizes {} |
bool | m_coins_db_in_memory {true} |
bool | m_block_tree_db_in_memory {true} |
std::function< void()> | m_make_chainman {} |
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... | |
Testing setup and teardown for wallet.
Definition at line 22 of file wallet_test_fixture.h.
|
explicit |
wallet::WalletTestingSetup::~WalletTestingSetup | ( | ) |
Definition at line 22 of file wallet_test_fixture.cpp.
std::unique_ptr<interfaces::Handler> wallet::WalletTestingSetup::m_chain_notifications_handler |
Definition at line 28 of file wallet_test_fixture.h.
CWallet wallet::WalletTestingSetup::m_wallet |
Definition at line 27 of file wallet_test_fixture.h.
std::unique_ptr<interfaces::WalletLoader> wallet::WalletTestingSetup::m_wallet_loader |
Definition at line 26 of file wallet_test_fixture.h.