rippled
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
ripple::test::SSLHTTPDownloader_test Class Reference
Inheritance diagram for ripple::test::SSLHTTPDownloader_test:
Inheritance graph
[legend]
Collaboration diagram for ripple::test::SSLHTTPDownloader_test:
Collaboration graph
[legend]

Classes

struct  DownloadCompleter
 
struct  Downloader
 

Public Member Functions

void run () override
 

Private Member Functions

TrustedPublisherServer createServer (jtx::Env &env, bool ssl=true)
 
void testDownload (bool verify)
 
void testFailures ()
 

Private Attributes

DownloadCompleter cb
 

Detailed Description

Definition at line 32 of file SSLHTTPDownloader_test.cpp.

Member Function Documentation

◆ createServer()

TrustedPublisherServer ripple::test::SSLHTTPDownloader_test::createServer ( jtx::Env env,
bool  ssl = true 
)
private

Definition at line 34 of file SSLHTTPDownloader_test.cpp.

◆ testDownload()

void ripple::test::SSLHTTPDownloader_test::testDownload ( bool  verify)
private

Definition at line 99 of file SSLHTTPDownloader_test.cpp.

◆ testFailures()

void ripple::test::SSLHTTPDownloader_test::testFailures ( )
private

Definition at line 152 of file SSLHTTPDownloader_test.cpp.

◆ run()

void ripple::test::SSLHTTPDownloader_test::run ( )
override

Definition at line 256 of file SSLHTTPDownloader_test.cpp.

Member Data Documentation

◆ cb

DownloadCompleter ripple::test::SSLHTTPDownloader_test::cb
private

Definition at line 76 of file SSLHTTPDownloader_test.cpp.