Bitcoin Core 30.99.0
P2P Digital Currency
Functions
coinsviewoverlay_tests.cpp File Reference
#include <coins.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <primitives/transaction_identifier.h>
#include <txdb.h>
#include <uint256.h>
#include <util/byte_units.h>
#include <util/hasher.h>
#include <boost/test/unit_test.hpp>
#include <cstdint>
#include <cstring>
#include <ranges>
Include dependency graph for coinsviewoverlay_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (fetch_inputs_from_db)
 
 BOOST_AUTO_TEST_CASE (fetch_inputs_from_cache)
 
 BOOST_AUTO_TEST_CASE (fetch_no_double_spend)
 
 BOOST_AUTO_TEST_CASE (fetch_no_inputs)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( fetch_inputs_from_cache  )

Definition at line 108 of file coinsviewoverlay_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( fetch_inputs_from_db  )

Definition at line 81 of file coinsviewoverlay_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( fetch_no_double_spend  )

Definition at line 126 of file coinsviewoverlay_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( fetch_no_inputs  )

Definition at line 147 of file coinsviewoverlay_tests.cpp.

Here is the call graph for this function: