|
| void | testTrivial () |
| |
| void | testSimple () |
| |
| void | testOneSub () |
| |
| void | testSubs () |
| |
| void | testSubsShort () |
| |
| void | testFailureObject () |
| |
| void | testFailureArray () |
| |
| void | testKeyFailure () |
| |
| 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 26 of file Object_test.cpp.
◆ setup()
| void Json::JsonObject_test::setup |
( |
std::string const & |
testName | ) |
|
|
private |
◆ makeRoot()
| Object& Json::JsonObject_test::makeRoot |
( |
| ) |
|
|
private |
◆ expectResult() [1/2]
| void Json::JsonObject_test::expectResult |
( |
std::string const & |
expected | ) |
|
|
private |
◆ testTrivial()
| void Json::JsonObject_test::testTrivial |
( |
| ) |
|
◆ testSimple()
| void Json::JsonObject_test::testSimple |
( |
| ) |
|
◆ testOneSub()
| void Json::JsonObject_test::testOneSub |
( |
| ) |
|
◆ testSubs()
| void Json::JsonObject_test::testSubs |
( |
| ) |
|
◆ testSubsShort()
| void Json::JsonObject_test::testSubsShort |
( |
| ) |
|
◆ testFailureObject()
| void Json::JsonObject_test::testFailureObject |
( |
| ) |
|
◆ testFailureArray()
| void Json::JsonObject_test::testFailureArray |
( |
| ) |
|
◆ testKeyFailure()
| void Json::JsonObject_test::testKeyFailure |
( |
| ) |
|
◆ run()
| void Json::JsonObject_test::run |
( |
| ) |
|
|
override |
◆ expectResult() [2/2]
| 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()
◆ writerObject_
◆ output_
◆ writer_