Definition at line 28 of file LedgerTrie_test.cpp.
◆ testInsert()
void ripple::test::LedgerTrie_test::testInsert |
( |
| ) |
|
|
private |
◆ testRemove()
void ripple::test::LedgerTrie_test::testRemove |
( |
| ) |
|
|
private |
◆ testEmpty()
void ripple::test::LedgerTrie_test::testEmpty |
( |
| ) |
|
|
private |
◆ testSupport()
void ripple::test::LedgerTrie_test::testSupport |
( |
| ) |
|
|
private |
◆ testGetPreferred()
void ripple::test::LedgerTrie_test::testGetPreferred |
( |
| ) |
|
|
private |
Build the tree below with initial tip support annotated A / \ B(1) C(1) / | | H D F(1) | E(2) | G
One of E advancing to G doesn't change anything A / \ B(1) C(1) / | | H D F(1) | E(1) | G(1)
C advancing to H does advance the seq 3 preferred ledger A / \ B(1) C / | | H(1)D F(1) | E(1) | G(1)
F advancing to E also moves the preferred ledger forward A / \ B(1) C / | | H(1)D F | E(2) | G(1)
Definition at line 358 of file LedgerTrie_test.cpp.
◆ testRootRelated()
void ripple::test::LedgerTrie_test::testRootRelated |
( |
| ) |
|
|
private |
◆ testStress()
void ripple::test::LedgerTrie_test::testStress |
( |
| ) |
|
|
private |
◆ run()
void ripple::test::LedgerTrie_test::run |
( |
| ) |
|
|
overrideprivate |