Definition at line 48 of file Server_test.cpp.
◆ connect()
template<class Socket >
bool ripple::test::Server_test::connect |
( |
Socket & |
s, |
|
|
typename Socket::endpoint_type const & |
ep |
|
) |
| |
◆ write()
template<class SyncWriteStream >
bool ripple::test::Server_test::write |
( |
SyncWriteStream & |
s, |
|
|
std::string const & |
text |
|
) |
| |
◆ expect_read()
template<class SyncReadStream >
bool ripple::test::Server_test::expect_read |
( |
SyncReadStream & |
s, |
|
|
std::string const & |
match |
|
) |
| |
◆ test_request()
void ripple::test::Server_test::test_request |
( |
boost::asio::ip::tcp::endpoint const & |
ep | ) |
|
◆ test_keepalive()
void ripple::test::Server_test::test_keepalive |
( |
boost::asio::ip::tcp::endpoint const & |
ep | ) |
|
◆ basicTests()
void ripple::test::Server_test::basicTests |
( |
| ) |
|
◆ stressTest()
void ripple::test::Server_test::stressTest |
( |
| ) |
|
◆ testBadConfig()
void ripple::test::Server_test::testBadConfig |
( |
| ) |
|
◆ run()
void ripple::test::Server_test::run |
( |
| ) |
|
|
override |