#include <memory>
#include <boost/test/unit_test.hpp>
#include <fs.h>
#include <test/util/setup_common.h>
#include <wallet/bdb.h>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/4]
BOOST_AUTO_TEST_CASE |
( |
getwalletenv_file |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/4]
BOOST_AUTO_TEST_CASE |
( |
getwalletenv_directory |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/4]
BOOST_AUTO_TEST_CASE |
( |
getwalletenv_g_dbenvs_multiple |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/4]
BOOST_AUTO_TEST_CASE |
( |
getwalletenv_g_dbenvs_free_instance |
| ) |
|
◆ GetWalletEnv()
static std::shared_ptr<BerkeleyEnvironment> GetWalletEnv |
( |
const fs::path & |
path, |
|
|
std::string & |
database_filename |
|
) |
| |
|
static |