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

Public Member Functions

void run () override
 

Private Member Functions

void verifyDeliveredAmount (test::jtx::Env &env, STAmount const &amount)
 
void testEnabled ()
 
void testCreateValid ()
 
void testCreateInvalid ()
 
void testCashXRP ()
 
void testCashIOU ()
 
void testCashXferFee ()
 
void testCashQuality ()
 
void testCashInvalid ()
 
void testCancelValid ()
 
void testCancelInvalid ()
 
void testFix1623Enable ()
 
void testWithTickets ()
 

Static Private Member Functions

static uint256 getCheckIndex (AccountID const &account, std::uint32_t uSequence)
 
static std::vector< std::shared_ptr< SLE const > > checksOnAccount (test::jtx::Env &env, test::jtx::Account account)
 
static std::uint32_t ownerCount (test::jtx::Env const &env, test::jtx::Account const &account)
 

Detailed Description

Definition at line 86 of file Check_test.cpp.

Member Function Documentation

◆ getCheckIndex()

static uint256 ripple::Check_test::getCheckIndex ( AccountID const &  account,
std::uint32_t  uSequence 
)
staticprivate

Definition at line 89 of file Check_test.cpp.

◆ checksOnAccount()

static std::vector<std::shared_ptr<SLE const> > ripple::Check_test::checksOnAccount ( test::jtx::Env env,
test::jtx::Account  account 
)
staticprivate

Definition at line 96 of file Check_test.cpp.

◆ ownerCount()

static std::uint32_t ripple::Check_test::ownerCount ( test::jtx::Env const &  env,
test::jtx::Account const &  account 
)
staticprivate

Definition at line 111 of file Check_test.cpp.

◆ verifyDeliveredAmount()

void ripple::Check_test::verifyDeliveredAmount ( test::jtx::Env env,
STAmount const &  amount 
)
private

Definition at line 124 of file Check_test.cpp.

◆ testEnabled()

void ripple::Check_test::testEnabled ( )
private

Definition at line 148 of file Check_test.cpp.

◆ testCreateValid()

void ripple::Check_test::testCreateValid ( )
private

Definition at line 198 of file Check_test.cpp.

◆ testCreateInvalid()

void ripple::Check_test::testCreateInvalid ( )
private

Definition at line 297 of file Check_test.cpp.

◆ testCashXRP()

void ripple::Check_test::testCashXRP ( )
private

Definition at line 481 of file Check_test.cpp.

◆ testCashIOU()

void ripple::Check_test::testCashIOU ( )
private

Definition at line 600 of file Check_test.cpp.

◆ testCashXferFee()

void ripple::Check_test::testCashXferFee ( )
private

Definition at line 932 of file Check_test.cpp.

◆ testCashQuality()

void ripple::Check_test::testCashQuality ( )
private

Definition at line 1002 of file Check_test.cpp.

◆ testCashInvalid()

void ripple::Check_test::testCashInvalid ( )
private

Definition at line 1209 of file Check_test.cpp.

◆ testCancelValid()

void ripple::Check_test::testCancelValid ( )
private

Definition at line 1501 of file Check_test.cpp.

◆ testCancelInvalid()

void ripple::Check_test::testCancelInvalid ( )
private

Definition at line 1671 of file Check_test.cpp.

◆ testFix1623Enable()

void ripple::Check_test::testFix1623Enable ( )
private

Definition at line 1704 of file Check_test.cpp.

◆ testWithTickets()

void ripple::Check_test::testWithTickets ( )
private

Definition at line 1750 of file Check_test.cpp.

◆ run()

void ripple::Check_test::run ( )
override

Definition at line 1853 of file Check_test.cpp.