Bitcoin Core 31.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/common.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_FIXTURE_TEST_CASE (findBlock, TestChain100Setup)
 
 BOOST_FIXTURE_TEST_CASE (findFirstBlockWithTimeAndHeight, TestChain100Setup)
 
 BOOST_FIXTURE_TEST_CASE (findAncestorByHeight, TestChain100Setup)
 
 BOOST_FIXTURE_TEST_CASE (findAncestorByHash, TestChain100Setup)
 
 BOOST_FIXTURE_TEST_CASE (findCommonAncestor, TestChain100Setup)
 
 BOOST_FIXTURE_TEST_CASE (hasBlocks, TestChain100Setup)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE() [1/6]

BOOST_FIXTURE_TEST_CASE ( findAncestorByHash  ,
TestChain100Setup   
)

Definition at line 88 of file interfaces_tests.cpp.

◆ BOOST_FIXTURE_TEST_CASE() [2/6]

BOOST_FIXTURE_TEST_CASE ( findAncestorByHeight  ,
TestChain100Setup   
)

Definition at line 77 of file interfaces_tests.cpp.

◆ BOOST_FIXTURE_TEST_CASE() [3/6]

BOOST_FIXTURE_TEST_CASE ( findBlock  ,
TestChain100Setup   
)

Definition at line 19 of file interfaces_tests.cpp.

Here is the call graph for this function:

◆ BOOST_FIXTURE_TEST_CASE() [4/6]

BOOST_FIXTURE_TEST_CASE ( findCommonAncestor  ,
TestChain100Setup   
)

Definition at line 99 of file interfaces_tests.cpp.

Here is the call graph for this function:

◆ BOOST_FIXTURE_TEST_CASE() [5/6]

BOOST_FIXTURE_TEST_CASE ( findFirstBlockWithTimeAndHeight  ,
TestChain100Setup   
)

Definition at line 64 of file interfaces_tests.cpp.

Here is the call graph for this function:

◆ BOOST_FIXTURE_TEST_CASE() [6/6]

BOOST_FIXTURE_TEST_CASE ( hasBlocks  ,
TestChain100Setup   
)

Definition at line 129 of file interfaces_tests.cpp.

Here is the call graph for this function: