Bitcoin Core 31.99.0
P2P Digital Currency
Functions
btcsignals_tests.cpp File Reference
#include <btcsignals.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
#include <semaphore>
Include dependency graph for btcsignals_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (callback_order)
 
 BOOST_AUTO_TEST_CASE (disconnects)
 
 BOOST_AUTO_TEST_CASE (moveonly_return)
 
 BOOST_AUTO_TEST_CASE (return_value)
 
 BOOST_AUTO_TEST_CASE (thread_safety)
 
 BOOST_AUTO_TEST_CASE (recursion_safety)
 
 BOOST_AUTO_TEST_CASE (disconnect_thread_safety)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/7]

BOOST_AUTO_TEST_CASE ( callback_order  )

Definition at line 55 of file btcsignals_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/7]

BOOST_AUTO_TEST_CASE ( disconnect_thread_safety  )

Definition at line 254 of file btcsignals_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/7]

BOOST_AUTO_TEST_CASE ( disconnects  )

Definition at line 66 of file btcsignals_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/7]

BOOST_AUTO_TEST_CASE ( moveonly_return  )

Definition at line 102 of file btcsignals_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/7]

BOOST_AUTO_TEST_CASE ( recursion_safety  )

Definition at line 194 of file btcsignals_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/7]

BOOST_AUTO_TEST_CASE ( return_value  )

Definition at line 114 of file btcsignals_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [7/7]

BOOST_AUTO_TEST_CASE ( thread_safety  )

Definition at line 148 of file btcsignals_tests.cpp.

Here is the call graph for this function: