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

Testing setup and teardown for wallet. More...

#include <wallet_test_fixture.h>

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

Public Member Functions

 WalletTestingSetup (const std::string &chainName=CBaseChainParams::MAIN)
 
 ~WalletTestingSetup ()
 
- Public Member Functions inherited from TestingSetup
 TestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={})
 
- Public Member Functions inherited from ChainTestingSetup
 ChainTestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={})
 
 ~ChainTestingSetup ()
 
- Public Member Functions inherited from BasicTestingSetup
 BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN, const std::vector< const char * > &extra_args={})
 
 ~BasicTestingSetup ()
 

Public Attributes

std::unique_ptr< interfaces::WalletLoaderm_wallet_loader = interfaces::MakeWalletLoader(*m_node.chain, *Assert(m_node.args))
 
CWallet m_wallet
 
std::unique_ptr< interfaces::Handlerm_chain_notifications_handler
 
- Public Attributes inherited from ChainTestingSetup
CacheSizes m_cache_sizes {}
 
- Public Attributes inherited from BasicTestingSetup
ECCVerifyHandle globalVerifyHandle
 
NodeContext m_node
 
const fs::path m_path_root
 
ArgsManager m_args
 

Detailed Description

Testing setup and teardown for wallet.

Definition at line 20 of file wallet_test_fixture.h.

Constructor & Destructor Documentation

◆ WalletTestingSetup()

WalletTestingSetup::WalletTestingSetup ( const std::string &  chainName = CBaseChainParams::MAIN)
explicit

Definition at line 9 of file wallet_test_fixture.cpp.

Here is the call graph for this function:

◆ ~WalletTestingSetup()

WalletTestingSetup::~WalletTestingSetup ( )

Definition at line 18 of file wallet_test_fixture.cpp.

Member Data Documentation

◆ m_chain_notifications_handler

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

Definition at line 26 of file wallet_test_fixture.h.

◆ m_wallet

CWallet WalletTestingSetup::m_wallet

Definition at line 25 of file wallet_test_fixture.h.

◆ m_wallet_loader

std::unique_ptr<interfaces::WalletLoader> WalletTestingSetup::m_wallet_loader = interfaces::MakeWalletLoader(*m_node.chain, *Assert(m_node.args))

Definition at line 24 of file wallet_test_fixture.h.


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