PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
WalletTestingSetupBase Struct Reference

Testing setup and teardown for wallet. More...

#include <wallet_test_fixture.h>

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

Public Member Functions

 WalletTestingSetupBase (const std::string &chainName, const std::string &wallet_name, std::unique_ptr< WalletDatabase > db)
 
 ~WalletTestingSetupBase ()
 
- Public Member Functions inherited from SaplingTestingSetup
 SaplingTestingSetup (const std::string &chainName=CBaseChainParams::MAIN)
 
 ~SaplingTestingSetup ()
 
- Public Member Functions inherited from TestingSetup
 TestingSetup (const std::string &chainName=CBaseChainParams::MAIN)
 
 ~TestingSetup ()
 
- Public Member Functions inherited from BasicTestingSetup
 BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN)
 
 ~BasicTestingSetup ()
 
fs::path SetDataDir (const std::string &name)
 

Public Attributes

CWallet m_wallet
 
- Public Attributes inherited from TestingSetup
boost::thread_group threadGroup
 
CConnmanconnman
 
EvoNotificationInterfacepEvoNotificationInterface
 
CScheduler scheduler
 
std::unique_ptr< PeerLogicValidationpeerLogic
 
- Public Attributes inherited from BasicTestingSetup
ECCVerifyHandle globalVerifyHandle
 

Detailed Description

Testing setup and teardown for wallet.

Definition at line 15 of file wallet_test_fixture.h.

Constructor & Destructor Documentation

◆ WalletTestingSetupBase()

WalletTestingSetupBase::WalletTestingSetupBase ( const std::string &  chainName,
const std::string &  wallet_name,
std::unique_ptr< WalletDatabase db 
)

Definition at line 13 of file wallet_test_fixture.cpp.

Here is the call graph for this function:

◆ ~WalletTestingSetupBase()

WalletTestingSetupBase::~WalletTestingSetupBase ( )

Definition at line 25 of file wallet_test_fixture.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_wallet

CWallet WalletTestingSetupBase::m_wallet

Definition at line 21 of file wallet_test_fixture.h.


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