rippled
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | List of all members
HTTPClientTest Class Reference
Inheritance diagram for HTTPClientTest:
Inheritance graph
[legend]
Collaboration diagram for HTTPClientTest:
Collaboration graph
[legend]

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 194 of file tests/libxrpl/net/HTTPClient.cpp.

Member Function Documentation

◆ SetUp()

void HTTPClientTest::SetUp ( )
overrideprotected

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

◆ TearDown()

void HTTPClientTest::TearDown ( )
overrideprotected

Definition at line 210 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 219 of file tests/libxrpl/net/HTTPClient.cpp.

Member Data Documentation

◆ j_

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

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