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

Public Member Functions

void testCurrentLedgerToLimits (bool asAdmin)
 
void testCurrentLedgerBinary ()
 
void testBadInput ()
 
void testMarkerFollow ()
 
void testLedgerHeader ()
 
void testLedgerType ()
 
void run () override
 

Static Public Member Functions

static bool checkArraySize (Json::Value const &val, unsigned int size)
 
static bool checkMarker (Json::Value const &val)
 

Detailed Description

Definition at line 26 of file LedgerData_test.cpp.

Member Function Documentation

◆ checkArraySize()

static bool ripple::LedgerData_test::checkArraySize ( Json::Value const &  val,
unsigned int  size 
)
static

Definition at line 31 of file LedgerData_test.cpp.

◆ checkMarker()

static bool ripple::LedgerData_test::checkMarker ( Json::Value const &  val)
static

Definition at line 38 of file LedgerData_test.cpp.

◆ testCurrentLedgerToLimits()

void ripple::LedgerData_test::testCurrentLedgerToLimits ( bool  asAdmin)

Definition at line 45 of file LedgerData_test.cpp.

◆ testCurrentLedgerBinary()

void ripple::LedgerData_test::testCurrentLedgerBinary ( )

Definition at line 97 of file LedgerData_test.cpp.

◆ testBadInput()

void ripple::LedgerData_test::testBadInput ( )

Definition at line 130 of file LedgerData_test.cpp.

◆ testMarkerFollow()

void ripple::LedgerData_test::testMarkerFollow ( )

Definition at line 201 of file LedgerData_test.cpp.

◆ testLedgerHeader()

void ripple::LedgerData_test::testLedgerHeader ( )

Definition at line 249 of file LedgerData_test.cpp.

◆ testLedgerType()

void ripple::LedgerData_test::testLedgerType ( )

Definition at line 306 of file LedgerData_test.cpp.

◆ run()

void ripple::LedgerData_test::run ( )
override

Definition at line 509 of file LedgerData_test.cpp.