xrpld
Loading...
Searching...
No Matches
HTTPClientTest Class Reference
Inheritance diagram for HTTPClientTest:
Collaboration diagram for HTTPClientTest:

Protected Member Functions

void SetUp () override
void TearDown () override
bool runHTTPTest (TestHTTPServer &server, std::string const &path, bool &completed, int &resultStatus, std::string &resultData, boost::system::error_code &resultError)

Protected Attributes

beast::Journal j_ {TestSink::instance()}

Detailed Description

Definition at line 199 of file tests/libxrpl/net/HTTPClient.cpp.

Member Function Documentation

◆ SetUp()

void HTTPClientTest::SetUp ( )
overrideprotected

Definition at line 207 of file tests/libxrpl/net/HTTPClient.cpp.

◆ TearDown()

void HTTPClientTest::TearDown ( )
overrideprotected

Definition at line 215 of file tests/libxrpl/net/HTTPClient.cpp.

◆ runHTTPTest()

bool HTTPClientTest::runHTTPTest ( TestHTTPServer & server,
std::string const & path,
bool & completed,
int & resultStatus,
std::string & resultData,
boost::system::error_code & resultError )
protected

Definition at line 224 of file tests/libxrpl/net/HTTPClient.cpp.

Member Data Documentation

◆ j_

beast::Journal HTTPClientTest::j_ {TestSink::instance()}
protected

Definition at line 203 of file tests/libxrpl/net/HTTPClient.cpp.