#include <dbwrapper.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <util/string.h>
#include <memory>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/9]
BOOST_AUTO_TEST_CASE |
( |
dbwrapper |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/9]
BOOST_AUTO_TEST_CASE |
( |
dbwrapper_basic_data |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/9]
BOOST_AUTO_TEST_CASE |
( |
dbwrapper_batch |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/9]
BOOST_AUTO_TEST_CASE |
( |
dbwrapper_iterator |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/9]
BOOST_AUTO_TEST_CASE |
( |
existing_data_no_obfuscate |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/9]
BOOST_AUTO_TEST_CASE |
( |
existing_data_reindex |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/9]
BOOST_AUTO_TEST_CASE |
( |
iterator_ordering |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/9]
BOOST_AUTO_TEST_CASE |
( |
iterator_string_ordering |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/9]
BOOST_AUTO_TEST_CASE |
( |
unicodepath |
| ) |
|
◆ is_null_key()
static bool is_null_key |
( |
const std::vector< unsigned char > & |
key | ) |
|
|
static |