#include "rpc/server.h"
#include "rpc/client.h"
#include "netbase.h"
#include "util/system.h"
#include "test/test_pivx.h"
#include <boost/algorithm/string.hpp>
#include <boost/test/unit_test.hpp>
#include <univalue.h>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/7]
| BOOST_AUTO_TEST_CASE |
( |
json_parse_errors |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/7]
| BOOST_AUTO_TEST_CASE |
( |
rpc_ban |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/7]
| BOOST_AUTO_TEST_CASE |
( |
rpc_format_monetary_values |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/7]
| BOOST_AUTO_TEST_CASE |
( |
rpc_parse_monetary_values |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/7]
| BOOST_AUTO_TEST_CASE |
( |
rpc_rawparams |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/7]
| BOOST_AUTO_TEST_CASE |
( |
rpc_rawsign |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/7]
| BOOST_AUTO_TEST_CASE |
( |
rpc_togglenetwork |
| ) |
|
◆ CallRPC()
◆ createArgs()
| UniValue createArgs |
( |
int |
nRequired, |
|
|
const char * |
address1 = nullptr, |
|
|
const char * |
address2 = nullptr |
|
) |
| |