![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#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>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... | |
| 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.
| 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.