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

Classes

struct  TestChecker
 
struct  TestStore
 

Public Member Functions

 PeerFinder_test ()
 
void test_backoff1 ()
 
void test_backoff2 ()
 
void test_config ()
 
void test_invalid_config ()
 
void run () override
 

Private Attributes

test::SuiteJournal journal_
 

Detailed Description

Definition at line 32 of file PeerFinder_test.cpp.

Constructor & Destructor Documentation

◆ PeerFinder_test()

ripple::PeerFinder::PeerFinder_test::PeerFinder_test ( )

Definition at line 37 of file PeerFinder_test.cpp.

Member Function Documentation

◆ test_backoff1()

void ripple::PeerFinder::PeerFinder_test::test_backoff1 ( )

Definition at line 77 of file PeerFinder_test.cpp.

◆ test_backoff2()

void ripple::PeerFinder::PeerFinder_test::test_backoff2 ( )

Definition at line 115 of file PeerFinder_test.cpp.

◆ test_config()

void ripple::PeerFinder::PeerFinder_test::test_config ( )

Definition at line 161 of file PeerFinder_test.cpp.

◆ test_invalid_config()

void ripple::PeerFinder::PeerFinder_test::test_invalid_config ( )

Definition at line 233 of file PeerFinder_test.cpp.

◆ run()

void ripple::PeerFinder::PeerFinder_test::run ( )
override

Definition at line 278 of file PeerFinder_test.cpp.

Member Data Documentation

◆ journal_

test::SuiteJournal ripple::PeerFinder::PeerFinder_test::journal_
private

Definition at line 34 of file PeerFinder_test.cpp.