![]() |
Bitcoin Core
26.1.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, const std::vector< const char *> &extra_args={}, const bool coins_db_in_memory=true, const bool block_tree_db_in_memory=true) | |
Public Member Functions inherited from ChainTestingSetup | |
| ChainTestingSetup (const ChainType chainType=ChainType::MAIN, const std::vector< const char *> &extra_args={}) | |
| ~ChainTestingSetup () | |
| void | LoadVerifyActivateChainstate () |
Public Member Functions inherited from BasicTestingSetup | |
| BasicTestingSetup (const ChainType chainType=ChainType::MAIN, const std::vector< const char *> &extra_args={}) | |
| ~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} |
Public Attributes inherited from BasicTestingSetup | |
| node::NodeContext | m_node |
| const fs::path | m_path_root |
| ArgsManager | m_args |
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.
1.8.14