|
| cluster_test () |
|
std::unique_ptr< Cluster > | create (std::vector< PublicKey > const &nodes) |
|
PublicKey | randomNode () |
|
void | testMembership () |
|
void | testUpdating () |
|
void | testConfigLoad () |
|
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 30 of file cluster_test.cpp.
◆ cluster_test()
ripple::tests::cluster_test::cluster_test |
( |
| ) |
|
◆ create()
◆ randomNode()
PublicKey ripple::tests::cluster_test::randomNode |
( |
| ) |
|
◆ testMembership()
void ripple::tests::cluster_test::testMembership |
( |
| ) |
|
◆ testUpdating()
void ripple::tests::cluster_test::testUpdating |
( |
| ) |
|
◆ testConfigLoad()
void ripple::tests::cluster_test::testConfigLoad |
( |
| ) |
|
◆ run()
void ripple::tests::cluster_test::run |
( |
| ) |
|
|
override |
◆ 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()
◆ journal_