Bitcoin Core  27.99.0
P2P Digital Currency
Functions
interfaces_tests.cpp File Reference
#include <chainparams.h>
#include <consensus/validation.h>
#include <interfaces/chain.h>
#include <test/util/setup_common.h>
#include <script/solver.h>
#include <validation.h>
#include <boost/test/unit_test.hpp>
Include dependency graph for interfaces_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (findBlock)
 
 BOOST_AUTO_TEST_CASE (findFirstBlockWithTimeAndHeight)
 
 BOOST_AUTO_TEST_CASE (findAncestorByHeight)
 
 BOOST_AUTO_TEST_CASE (findAncestorByHash)
 
 BOOST_AUTO_TEST_CASE (findCommonAncestor)
 
 BOOST_AUTO_TEST_CASE (hasBlocks)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( findAncestorByHash  )

Definition at line 87 of file interfaces_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( findAncestorByHeight  )

Definition at line 76 of file interfaces_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( findBlock  )

Definition at line 18 of file interfaces_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( findCommonAncestor  )

Definition at line 98 of file interfaces_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( findFirstBlockWithTimeAndHeight  )

Definition at line 63 of file interfaces_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( hasBlocks  )

Definition at line 128 of file interfaces_tests.cpp.

Here is the call graph for this function: