|
void | shouldParseAddrV4 (std::string const &s, std::uint32_t value, std::string const &normal="") |
|
void | failParseAddr (std::string const &s) |
|
void | testAddressV4 () |
|
void | testAddressV4Proxy () |
|
void | testAddress () |
|
void | shouldParseEPV4 (std::string const &s, AddressV4::bytes_type const &value, std::uint16_t p, std::string const &normal="") |
|
void | shouldParseEPV6 (std::string const &s, AddressV6::bytes_type const &value, std::uint16_t p, std::string const &normal="") |
|
void | failParseEP (std::string s) |
|
void | testEndpoint () |
|
template<typename T > |
bool | parse (std::string const &text, T &t) |
|
template<typename T > |
void | shouldPass (std::string const &text, std::string const &normal="") |
|
template<typename T > |
void | shouldFail (std::string const &text) |
|
template<typename T > |
void | testParse (char const *name) |
|
void | run () override |
|
Definition at line 37 of file IPEndpoint_test.cpp.
◆ shouldParseAddrV4()
◆ failParseAddr()
void beast::IP::IPEndpoint_test::failParseAddr |
( |
std::string const & |
s | ) |
|
◆ testAddressV4()
void beast::IP::IPEndpoint_test::testAddressV4 |
( |
| ) |
|
◆ testAddressV4Proxy()
void beast::IP::IPEndpoint_test::testAddressV4Proxy |
( |
| ) |
|
◆ testAddress()
void beast::IP::IPEndpoint_test::testAddress |
( |
| ) |
|
◆ shouldParseEPV4()
◆ shouldParseEPV6()
◆ failParseEP()
void beast::IP::IPEndpoint_test::failParseEP |
( |
std::string |
s | ) |
|
◆ testEndpoint()
void beast::IP::IPEndpoint_test::testEndpoint |
( |
| ) |
|
◆ parse()
template<typename T >
bool beast::IP::IPEndpoint_test::parse |
( |
std::string const & |
text, |
|
|
T & |
t |
|
) |
| |
◆ shouldPass()
◆ shouldFail()
template<typename T >
void beast::IP::IPEndpoint_test::shouldFail |
( |
std::string const & |
text | ) |
|
◆ testParse()
template<typename T >
void beast::IP::IPEndpoint_test::testParse |
( |
char const * |
name | ) |
|
◆ run()
void beast::IP::IPEndpoint_test::run |
( |
| ) |
|
|
override |