![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
#include <boost/test/unit_test.hpp>
#include <fs.h>
#include <test/util/setup_common.h>
#include <wallet/bdb.h>
#include <fstream>
#include <memory>
#include <string>
Go to the source code of this file.
Namespaces | |
wallet | |
Functions | |
static std::shared_ptr< BerkeleyEnvironment > | wallet::GetWalletEnv (const fs::path &path, fs::path &database_filename) |
wallet::BOOST_AUTO_TEST_CASE (getwalletenv_file) | |
wallet::BOOST_AUTO_TEST_CASE (getwalletenv_directory) | |
wallet::BOOST_AUTO_TEST_CASE (getwalletenv_g_dbenvs_multiple) | |
wallet::BOOST_AUTO_TEST_CASE (getwalletenv_g_dbenvs_free_instance) | |