rippled
Public Member Functions | Static Public Member Functions | List of all members
ripple::RPC::JSONRPC_test Class Reference
Inheritance diagram for ripple::RPC::JSONRPC_test:
Inheritance graph
[legend]
Collaboration diagram for ripple::RPC::JSONRPC_test:
Collaboration graph
[legend]

Public Member Functions

void testBadRpcCommand ()
 
void testAutoFillFees ()
 
void testAutoFillEscalatedFees ()
 
void testTransactionRPC ()
 
void run () override
 

Static Public Member Functions

static void fakeProcessTransaction (std::shared_ptr< Transaction > &, bool, bool, NetworkOPs::FailHard)
 

Detailed Description

Definition at line 1909 of file JSONRPC_test.cpp.

Member Function Documentation

◆ testBadRpcCommand()

void ripple::RPC::JSONRPC_test::testBadRpcCommand ( )

Definition at line 1913 of file JSONRPC_test.cpp.

◆ testAutoFillFees()

void ripple::RPC::JSONRPC_test::testAutoFillFees ( )

Definition at line 1925 of file JSONRPC_test.cpp.

◆ testAutoFillEscalatedFees()

void ripple::RPC::JSONRPC_test::testAutoFillEscalatedFees ( )

Definition at line 2049 of file JSONRPC_test.cpp.

◆ fakeProcessTransaction()

static void ripple::RPC::JSONRPC_test::fakeProcessTransaction ( std::shared_ptr< Transaction > &  ,
bool  ,
bool  ,
NetworkOPs::FailHard   
)
static

Definition at line 2354 of file JSONRPC_test.cpp.

◆ testTransactionRPC()

void ripple::RPC::JSONRPC_test::testTransactionRPC ( )

Definition at line 2364 of file JSONRPC_test.cpp.

◆ run()

void ripple::RPC::JSONRPC_test::run ( )
override

Definition at line 2483 of file JSONRPC_test.cpp.