|
void | testTrivial () |
|
void | testNearTrivial () |
|
void | testPrimitives () |
|
void | testEmpty () |
|
void | testEscaping () |
|
void | testArray () |
|
void | testLongArray () |
|
void | testEmbeddedArraySimple () |
|
void | testObject () |
|
void | testComplexObject () |
|
void | testJson () |
|
void | run () override |
|
template<class S , class T > |
bool | expectEquals (S actual, T expected, std::string const &message="") |
|
template<class S , class T > |
bool | expectNotEquals (S actual, T expected, std::string const &message="") |
|
template<class Collection > |
bool | expectCollectionEquals (Collection const &actual, Collection const &expected, std::string const &message="") |
|
template<class Exception , class Functor > |
bool | expectException (Functor f, std::string const &message="") |
|
template<class Functor > |
bool | expectException (Functor f, std::string const &message="") |
|
Definition at line 27 of file Writer_test.cpp.
◆ testTrivial()
void Json::JsonWriter_test::testTrivial |
( |
| ) |
|
◆ testNearTrivial()
void Json::JsonWriter_test::testNearTrivial |
( |
| ) |
|
◆ testPrimitives()
void Json::JsonWriter_test::testPrimitives |
( |
| ) |
|
◆ testEmpty()
void Json::JsonWriter_test::testEmpty |
( |
| ) |
|
◆ testEscaping()
void Json::JsonWriter_test::testEscaping |
( |
| ) |
|
◆ testArray()
void Json::JsonWriter_test::testArray |
( |
| ) |
|
◆ testLongArray()
void Json::JsonWriter_test::testLongArray |
( |
| ) |
|
◆ testEmbeddedArraySimple()
void Json::JsonWriter_test::testEmbeddedArraySimple |
( |
| ) |
|
◆ testObject()
void Json::JsonWriter_test::testObject |
( |
| ) |
|
◆ testComplexObject()
void Json::JsonWriter_test::testComplexObject |
( |
| ) |
|
◆ testJson()
void Json::JsonWriter_test::testJson |
( |
| ) |
|
◆ run()
void Json::JsonWriter_test::run |
( |
| ) |
|
|
override |
◆ setup()
void ripple::test::TestOutputSuite::setup |
( |
std::string const & |
testName | ) |
|
|
protectedinherited |
◆ expectResult()
void ripple::test::TestOutputSuite::expectResult |
( |
std::string const & |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
protectedinherited |
◆ expectEquals()
template<class S , class T >
bool ripple::TestSuite::expectEquals |
( |
S |
actual, |
|
|
T |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectNotEquals()
template<class S , class T >
bool ripple::TestSuite::expectNotEquals |
( |
S |
actual, |
|
|
T |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectCollectionEquals()
template<class Collection >
bool ripple::TestSuite::expectCollectionEquals |
( |
Collection const & |
actual, |
|
|
Collection const & |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectException() [1/2]
template<class Exception , class Functor >
bool ripple::TestSuite::expectException |
( |
Functor |
f, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectException() [2/2]
template<class Functor >
bool ripple::TestSuite::expectException |
( |
Functor |
f, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ addPrefix()
◆ output_
◆ writer_