Bitcoin Core  27.99.0
P2P Digital Currency
Functions
blockmanager_tests.cpp File Reference
#include <chainparams.h>
#include <clientversion.h>
#include <node/blockstorage.h>
#include <node/context.h>
#include <node/kernel_notifications.h>
#include <script/solver.h>
#include <primitives/block.h>
#include <util/chaintype.h>
#include <validation.h>
#include <boost/test/unit_test.hpp>
#include <test/util/logging.h>
#include <test/util/setup_common.h>
Include dependency graph for blockmanager_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (blockmanager_find_block_pos)
 
 BOOST_FIXTURE_TEST_CASE (blockmanager_scan_unlink_already_pruned_files, TestChain100Setup)
 
 BOOST_FIXTURE_TEST_CASE (blockmanager_block_data_availability, TestChain100Setup)
 
 BOOST_AUTO_TEST_CASE (blockmanager_flush_block_file)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( blockmanager_find_block_pos  )

Definition at line 27 of file blockmanager_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( blockmanager_flush_block_file  )

Definition at line 135 of file blockmanager_tests.cpp.

Here is the call graph for this function:

◆ BOOST_FIXTURE_TEST_CASE() [1/2]

BOOST_FIXTURE_TEST_CASE ( blockmanager_block_data_availability  ,
TestChain100Setup   
)

Definition at line 96 of file blockmanager_tests.cpp.

◆ BOOST_FIXTURE_TEST_CASE() [2/2]

BOOST_FIXTURE_TEST_CASE ( blockmanager_scan_unlink_already_pruned_files  ,
TestChain100Setup   
)

Definition at line 55 of file blockmanager_tests.cpp.

Here is the call graph for this function: