|
void | testLegacy () |
|
void | testDbPath () |
|
void | testValidatorKeys () |
|
void | testNetworkID () |
|
void | testValidatorsFile () |
|
void | testSetup (bool explicitPath) |
|
void | testPort () |
|
void | testWhitespace () |
|
void | testColons () |
|
void | testComments () |
|
void | testGetters () |
|
void | testAmendment () |
|
void | testOverlay () |
|
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="") |
|
|
using | path = boost::filesystem::path |
|
Definition at line 269 of file Config_test.cpp.
◆ path
◆ testLegacy()
void ripple::Config_test::testLegacy |
( |
| ) |
|
◆ testDbPath()
void ripple::Config_test::testDbPath |
( |
| ) |
|
◆ testValidatorKeys()
void ripple::Config_test::testValidatorKeys |
( |
| ) |
|
◆ testNetworkID()
void ripple::Config_test::testNetworkID |
( |
| ) |
|
◆ testValidatorsFile()
void ripple::Config_test::testValidatorsFile |
( |
| ) |
|
◆ testSetup()
void ripple::Config_test::testSetup |
( |
bool |
explicitPath | ) |
|
◆ testPort()
void ripple::Config_test::testPort |
( |
| ) |
|
◆ testWhitespace()
void ripple::Config_test::testWhitespace |
( |
| ) |
|
◆ testColons()
void ripple::Config_test::testColons |
( |
| ) |
|
◆ testComments()
void ripple::Config_test::testComments |
( |
| ) |
|
◆ testGetters()
void ripple::Config_test::testGetters |
( |
| ) |
|
◆ testAmendment()
void ripple::Config_test::testAmendment |
( |
| ) |
|
◆ testOverlay()
void ripple::Config_test::testOverlay |
( |
| ) |
|
◆ run()
void ripple::Config_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()