#include <core_io.h>
#include <interfaces/chain.h>
#include <node/context.h>
#include <rpc/blockchain.h>
#include <rpc/client.h>
#include <rpc/server.h>
#include <rpc/util.h>
#include <test/util/setup_common.h>
#include <univalue.h>
#include <util/time.h>
#include <any>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/14]
BOOST_AUTO_TEST_CASE |
( |
check_dup_param_names |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/14]
BOOST_AUTO_TEST_CASE |
( |
help_example |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_arg_helper |
| ) |
|
Parameters with which the RPCHelpMan is instantiated
Check that self.Arg
returns the same value as the request.params
accessors
Definition at line 598 of file rpc_tests.cpp.
◆ BOOST_AUTO_TEST_CASE() [4/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_ban |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_convert_values_generatetoaddress |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_createraw_op_return |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_format_monetary_values |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_getblockstats_calculate_percentiles_by_weight |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_namedonlyparams |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_namedparams |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_parse_monetary_values |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [12/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_rawparams |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [13/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_rawsign |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [14/14]
BOOST_AUTO_TEST_CASE |
( |
rpc_togglenetwork |
| ) |
|
◆ CheckRpc()
◆ JSON()
static UniValue JSON |
( |
std::string_view |
json | ) |
|
|
static |
◆ ValueFromString()
static UniValue ValueFromString |
( |
const std::string & |
str | ) |
|
|
staticnoexcept |