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

Public Member Functions

bool parseJSONString (std::string const &json, Json::Value &to)
 
void testParseJSONArrayWithInvalidChildrenObjects ()
 
void testParseJSONArray ()
 
void testParseJSONEdgeCases ()
 
void testSerialization ()
 
void testFields ()
 
void testMalformed ()
 
void run () override
 

Detailed Description

Definition at line 35 of file STObject_test.cpp.

Member Function Documentation

◆ parseJSONString()

bool ripple::STObject_test::parseJSONString ( std::string const &  json,
Json::Value to 
)

Definition at line 39 of file STObject_test.cpp.

◆ testParseJSONArrayWithInvalidChildrenObjects()

void ripple::STObject_test::testParseJSONArrayWithInvalidChildrenObjects ( )

Definition at line 46 of file STObject_test.cpp.

◆ testParseJSONArray()

void ripple::STObject_test::testParseJSONArray ( )

Definition at line 83 of file STObject_test.cpp.

◆ testParseJSONEdgeCases()

void ripple::STObject_test::testParseJSONEdgeCases ( )

Definition at line 106 of file STObject_test.cpp.

◆ testSerialization()

void ripple::STObject_test::testSerialization ( )

Definition at line 240 of file STObject_test.cpp.

◆ testFields()

void ripple::STObject_test::testFields ( )

Definition at line 393 of file STObject_test.cpp.

◆ testMalformed()

void ripple::STObject_test::testMalformed ( )

Definition at line 677 of file STObject_test.cpp.

◆ run()

void ripple::STObject_test::run ( )
override

Definition at line 708 of file STObject_test.cpp.