Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
WalletTestingSetup Struct Reference
Testing setup and teardown for wallet. More...
#include <wallet_test_fixture.h>


Public Member Functions | |
WalletTestingSetup (const std::string &chainName=CBaseChainParams::MAIN) | |
~WalletTestingSetup () | |
Public Attributes | |
CWallet | m_wallet |
Detailed Description
Testing setup and teardown for wallet.
Definition at line 16 of file wallet_test_fixture.h.
Constructor & Destructor Documentation
◆ WalletTestingSetup()
|
explicit |
Definition at line 11 of file wallet_test_fixture.cpp.
References CWallet::LoadWallet(), m_wallet, RegisterValidationInterface(), RegisterWalletRPCCommands(), and tableRPC.
◆ ~WalletTestingSetup()
WalletTestingSetup::~WalletTestingSetup | ( | ) |
Definition at line 21 of file wallet_test_fixture.cpp.
References m_wallet, and UnregisterValidationInterface().
Member Data Documentation
◆ m_wallet
CWallet WalletTestingSetup::m_wallet |
Definition at line 20 of file wallet_test_fixture.h.
Referenced by WalletTestingSetup(), and ~WalletTestingSetup().
The documentation for this struct was generated from the following files:
- src/wallet/test/wallet_test_fixture.h
- src/wallet/test/wallet_test_fixture.cpp