mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
test: Add ASSERT_DEBUG_LOG to unit test framework
This commit is contained in:
@@ -17,10 +17,10 @@ void noui_InitMessage(const std::string& message);
|
||||
/** Connect all bitcoind signal handlers */
|
||||
void noui_connect();
|
||||
|
||||
/** Suppress all bitcoind signal handlers. Used to suppress output during test runs that produce expected errors */
|
||||
void noui_suppress();
|
||||
/** Redirect all bitcoind signal handlers to LogPrintf. Used to check or suppress output during test runs that produce expected errors */
|
||||
void noui_test_redirect();
|
||||
|
||||
/** Reconnects the regular Non-GUI handlers after having used noui_suppress */
|
||||
/** Reconnects the regular Non-GUI handlers after having used noui_test_redirect */
|
||||
void noui_reconnect();
|
||||
|
||||
#endif // BITCOIN_NOUI_H
|
||||
|
||||
Reference in New Issue
Block a user