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

Public Member Functions

void run () override
 

Private Member Functions

template<typename Type >
void fillJson (Type t)
 
void test_OK ()
 
template<typename Type >
void expectFill (std::string const &label, Type status, Status::Strings messages, std::string const &message)
 
void test_error ()
 
void test_throw ()
 

Private Attributes

Json::Value value_
 

Detailed Description

Definition at line 99 of file Status_test.cpp.

Member Function Documentation

◆ fillJson()

template<typename Type >
void ripple::RPC::fillJson_test::fillJson ( Type  t)
private

Definition at line 106 of file Status_test.cpp.

◆ test_OK()

void ripple::RPC::fillJson_test::test_OK ( )
private

Definition at line 113 of file Status_test.cpp.

◆ expectFill()

template<typename Type >
void ripple::RPC::fillJson_test::expectFill ( std::string const &  label,
Type  status,
Status::Strings  messages,
std::string const &  message 
)
private

Definition at line 134 of file Status_test.cpp.

◆ test_error()

void ripple::RPC::fillJson_test::test_error ( )
private

Definition at line 172 of file Status_test.cpp.

◆ test_throw()

void ripple::RPC::fillJson_test::test_throw ( )
private

Definition at line 191 of file Status_test.cpp.

◆ run()

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

Definition at line 213 of file Status_test.cpp.

Member Data Documentation

◆ value_

Json::Value ripple::RPC::fillJson_test::value_
private

Definition at line 102 of file Status_test.cpp.