PIVX Core  5.6.99
P2P Digital Currency
Functions
wallet_zkeys_tests.cpp File Reference
#include "wallet/test/wallet_test_fixture.h"
#include "sapling/sapling_util.h"
#include "sapling/address.h"
#include "wallet/wallet.h"
#include "wallet/walletdb.h"
#include "wallet/walletutil.h"
#include "util/system.h"
#include <boost/test/unit_test.hpp>
Include dependency graph for wallet_zkeys_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (StoreAndLoadSaplingZkeys, TestingSetup)
 This test covers methods on CWallet GenerateNewZKey() AddZKey() LoadZKey() LoadZKeyMetadata() More...
 
 BOOST_FIXTURE_TEST_CASE (WriteCryptedSaplingZkeyDirectToDb, BasicTestingSetup)
 This test covers methods on WalletBatch to load/save crypted sapling z keys. More...
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE() [1/2]

BOOST_FIXTURE_TEST_CASE ( StoreAndLoadSaplingZkeys  ,
TestingSetup   
)

This test covers methods on CWallet GenerateNewZKey() AddZKey() LoadZKey() LoadZKeyMetadata()

This test covers Sapling methods on CWallet GenerateNewSaplingZKey() AddSaplingZKey() LoadSaplingZKey() LoadSaplingZKeyMetadata()

Definition at line 33 of file wallet_zkeys_tests.cpp.

Here is the call graph for this function:

◆ BOOST_FIXTURE_TEST_CASE() [2/2]

BOOST_FIXTURE_TEST_CASE ( WriteCryptedSaplingZkeyDirectToDb  ,
BasicTestingSetup   
)

This test covers methods on WalletBatch to load/save crypted sapling z keys.

Definition at line 134 of file wallet_zkeys_tests.cpp.

Here is the call graph for this function: