|
| void | runTest (std::string const &name, std::string const &valueDesc) |
| |
| void | runTest (std::string const &name) |
| |
| 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 Output_test.cpp.
◆ runTest() [1/2]
◆ runTest() [2/2]
| void Json::Output_test::runTest |
( |
std::string const & |
name | ) |
|
◆ run()
| void Json::Output_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_