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

Public Member Functions

bool streamTest (SeqProxy seqProx)
 
void run () override
 

Static Public Member Functions

static constexpr bool expectValues (SeqProxy seqProx, std::uint32_t value, SeqProxy::Type type)
 
static constexpr bool expectLt (SeqProxy lhs, SeqProxy rhs)
 
static constexpr bool expectEq (SeqProxy lhs, SeqProxy rhs)
 
static constexpr bool expectGt (SeqProxy lhs, SeqProxy rhs)
 

Detailed Description

Definition at line 27 of file SeqProxy_test.cpp.

Member Function Documentation

◆ expectValues()

static constexpr bool ripple::SeqProxy_test::expectValues ( SeqProxy  seqProx,
std::uint32_t  value,
SeqProxy::Type  type 
)
staticconstexpr

Definition at line 31 of file SeqProxy_test.cpp.

◆ expectLt()

static constexpr bool ripple::SeqProxy_test::expectLt ( SeqProxy  lhs,
SeqProxy  rhs 
)
staticconstexpr

Definition at line 40 of file SeqProxy_test.cpp.

◆ expectEq()

static constexpr bool ripple::SeqProxy_test::expectEq ( SeqProxy  lhs,
SeqProxy  rhs 
)
staticconstexpr

Definition at line 48 of file SeqProxy_test.cpp.

◆ expectGt()

static constexpr bool ripple::SeqProxy_test::expectGt ( SeqProxy  lhs,
SeqProxy  rhs 
)
staticconstexpr

Definition at line 56 of file SeqProxy_test.cpp.

◆ streamTest()

bool ripple::SeqProxy_test::streamTest ( SeqProxy  seqProx)

Definition at line 64 of file SeqProxy_test.cpp.

◆ run()

void ripple::SeqProxy_test::run ( )
override

Definition at line 78 of file SeqProxy_test.cpp.