|
rippled
|
Build the TestPeerSet. More...


Public Member Functions | |
| TestPeerSetBuilder (LedgerReplayMsgHandler &me, LedgerReplayMsgHandler &other, PeerSetBehavior bhvr, PeerFeature peerFeature) | |
| std::unique_ptr< PeerSet > | build () override |
Private Attributes | |
| LedgerReplayMsgHandler & | local |
| LedgerReplayMsgHandler & | remote |
| PeerSetBehavior | behavior |
| bool | enableLedgerReplay |
Build the TestPeerSet.
Definition at line 433 of file LedgerReplay_test.cpp.
| ripple::test::TestPeerSetBuilder::TestPeerSetBuilder | ( | LedgerReplayMsgHandler & | me, |
| LedgerReplayMsgHandler & | other, | ||
| PeerSetBehavior | bhvr, | ||
| PeerFeature | peerFeature | ||
| ) |
Definition at line 436 of file LedgerReplay_test.cpp.
|
overridevirtual |
Implements ripple::PeerSetBuilder.
Definition at line 449 of file LedgerReplay_test.cpp.
|
private |
Definition at line 456 of file LedgerReplay_test.cpp.
|
private |
Definition at line 457 of file LedgerReplay_test.cpp.
|
private |
Definition at line 458 of file LedgerReplay_test.cpp.
|
private |
Definition at line 459 of file LedgerReplay_test.cpp.