Bitcoin Core 28.99.0
P2P Digital Currency
Macros | Functions | Variables
rpcnestedtests.cpp File Reference
#include <qt/test/rpcnestedtests.h>
#include <common/system.h>
#include <interfaces/node.h>
#include <qt/rpcconsole.h>
#include <rpc/server.h>
#include <test/util/setup_common.h>
#include <univalue.h>
#include <QTest>
#include <string>
#include <stdexcept>
Include dependency graph for rpcnestedtests.cpp:

Go to the source code of this file.

Macros

#define QVERIFY_EXCEPTION_THROWN(expression, exceptiontype)   QVERIFY_THROWS_EXCEPTION(exceptiontype, expression)
 

Functions

static RPCHelpMan rpcNestedTest_rpc ()
 

Variables

static const CRPCCommand vRPCCommands []
 

Macro Definition Documentation

◆ QVERIFY_EXCEPTION_THROWN

#define QVERIFY_EXCEPTION_THROWN (   expression,
  exceptiontype 
)    QVERIFY_THROWS_EXCEPTION(exceptiontype, expression)

Function Documentation

◆ rpcNestedTest_rpc()

static RPCHelpMan rpcNestedTest_rpc ( )
static

Definition at line 19 of file rpcnestedtests.cpp.

Here is the call graph for this function:

Variable Documentation

◆ vRPCCommands

const CRPCCommand vRPCCommands[]
static
Initial value:
= {
{"rpcNestedTest", &rpcNestedTest_rpc},
}
static RPCHelpMan rpcNestedTest_rpc()

Definition at line 37 of file rpcnestedtests.cpp.