rippled
|
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 |
Definition at line 35 of file STObject_test.cpp.
bool ripple::STObject_test::parseJSONString | ( | std::string const & | json, |
Json::Value & | to | ||
) |
Definition at line 39 of file STObject_test.cpp.
void ripple::STObject_test::testParseJSONArrayWithInvalidChildrenObjects | ( | ) |
Definition at line 46 of file STObject_test.cpp.
void ripple::STObject_test::testParseJSONArray | ( | ) |
Definition at line 83 of file STObject_test.cpp.
void ripple::STObject_test::testParseJSONEdgeCases | ( | ) |
Definition at line 106 of file STObject_test.cpp.
void ripple::STObject_test::testSerialization | ( | ) |
Definition at line 240 of file STObject_test.cpp.
void ripple::STObject_test::testFields | ( | ) |
Definition at line 393 of file STObject_test.cpp.
void ripple::STObject_test::testMalformed | ( | ) |
Definition at line 677 of file STObject_test.cpp.
|
override |
Definition at line 708 of file STObject_test.cpp.