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

Public Member Functions

void run () override
 

Private Member Functions

bool checkTransaction (Json::Value const &tx, int sequence, int ledger)
 
auto next (test::jtx::Env &env, test::jtx::Account const &account, int ledger_min, int ledger_max, int limit, bool forward, Json::Value const &marker=Json::nullValue)
 
void testAccountTxPaging ()
 

Detailed Description

Definition at line 31 of file AccountTxPaging_test.cpp.

Member Function Documentation

◆ checkTransaction()

bool ripple::AccountTxPaging_test::checkTransaction ( Json::Value const &  tx,
int  sequence,
int  ledger 
)
private

Definition at line 34 of file AccountTxPaging_test.cpp.

◆ next()

auto ripple::AccountTxPaging_test::next ( test::jtx::Env env,
test::jtx::Account const &  account,
int  ledger_min,
int  ledger_max,
int  limit,
bool  forward,
Json::Value const &  marker = Json::nullValue 
)
private

Definition at line 42 of file AccountTxPaging_test.cpp.

◆ testAccountTxPaging()

void ripple::AccountTxPaging_test::testAccountTxPaging ( )
private

Definition at line 64 of file AccountTxPaging_test.cpp.

◆ run()

void ripple::AccountTxPaging_test::run ( )
override

Definition at line 268 of file AccountTxPaging_test.cpp.