Bitcoin Core  27.99.0
P2P Digital Currency
Functions
merkleblock_tests.cpp File Reference
#include <merkleblock.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <boost/test/unit_test.hpp>
#include <set>
#include <vector>
Include dependency graph for merkleblock_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (merkleblock_construct_from_txids_found)
 Create a CMerkleBlock using a list of txids which will be found in the given block. More...
 
 BOOST_AUTO_TEST_CASE (merkleblock_construct_from_txids_not_found)
 Create a CMerkleBlock using a list of txids which will not be found in the given block. More...
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( merkleblock_construct_from_txids_found  )

Create a CMerkleBlock using a list of txids which will be found in the given block.

Definition at line 20 of file merkleblock_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( merkleblock_construct_from_txids_not_found  )

Create a CMerkleBlock using a list of txids which will not be found in the given block.

Definition at line 61 of file merkleblock_tests.cpp.

Here is the call graph for this function: