PIVX Core  5.6.99
P2P Digital Currency
Classes | Functions
dbwrapper_tests.cpp File Reference
#include "clientversion.h"
#include "dbwrapper.h"
#include "uint256.h"
#include "random.h"
#include "test/test_pivx.h"
#include <boost/test/unit_test.hpp>
Include dependency graph for dbwrapper_tests.cpp:

Go to the source code of this file.

Classes

struct  StringContentsSerializer
 

Functions

bool is_null_key (const std::vector< unsigned char > &key)
 
 BOOST_AUTO_TEST_CASE (dbwrapper)
 
 BOOST_AUTO_TEST_CASE (dbwrapper_basic_data)
 
 BOOST_AUTO_TEST_CASE (dbwrapper_batch)
 
 BOOST_AUTO_TEST_CASE (dbwrapper_iterator)
 
 BOOST_AUTO_TEST_CASE (iterator_ordering)
 
 BOOST_AUTO_TEST_CASE (iterator_string_ordering)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( dbwrapper  )

Definition at line 25 of file dbwrapper_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( dbwrapper_basic_data  )

Definition at line 40 of file dbwrapper_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( dbwrapper_batch  )

Definition at line 115 of file dbwrapper_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( dbwrapper_iterator  )

Definition at line 150 of file dbwrapper_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( iterator_ordering  )

Definition at line 189 of file dbwrapper_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( iterator_string_ordering  )

Definition at line 267 of file dbwrapper_tests.cpp.

Here is the call graph for this function:

◆ is_null_key()

bool is_null_key ( const std::vector< unsigned char > &  key)

Definition at line 14 of file dbwrapper_tests.cpp.