Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::WalletTestingSetup Struct Reference

Testing setup and teardown for wallet. More...

#include <wallet_test_fixture.h>

Inheritance diagram for wallet::WalletTestingSetup:
[legend]
Collaboration diagram for wallet::WalletTestingSetup:
[legend]

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::WalletLoaderm_wallet_loader
 
CWallet m_wallet
 
std::unique_ptr< interfaces::Handlerm_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
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
 

Detailed Description

Testing setup and teardown for wallet.

Definition at line 22 of file wallet_test_fixture.h.

Constructor & Destructor Documentation

◆ WalletTestingSetup()

wallet::WalletTestingSetup::WalletTestingSetup ( const ChainType  chainType = ChainType::MAIN)
explicit

Definition at line 12 of file wallet_test_fixture.cpp.

Here is the call graph for this function:

◆ ~WalletTestingSetup()

wallet::WalletTestingSetup::~WalletTestingSetup ( )

Definition at line 22 of file wallet_test_fixture.cpp.

Member Data Documentation

◆ m_chain_notifications_handler

std::unique_ptr<interfaces::Handler> wallet::WalletTestingSetup::m_chain_notifications_handler

Definition at line 28 of file wallet_test_fixture.h.

◆ m_wallet

CWallet wallet::WalletTestingSetup::m_wallet

Definition at line 27 of file wallet_test_fixture.h.

◆ m_wallet_loader

std::unique_ptr<interfaces::WalletLoader> wallet::WalletTestingSetup::m_wallet_loader

Definition at line 26 of file wallet_test_fixture.h.


The documentation for this struct was generated from the following files: