rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
xrpl::test::jtx::testline Class Reference

Store the line number of the current test in a JTx. More...

#include <testline.h>

Public Member Functions

 testline (int line)
 
void operator() (Env &, JTx &jt) const
 

Private Attributes

int line_
 

Detailed Description

Store the line number of the current test in a JTx.

Intended to help debug failing transaction submission tests.

Definition at line 14 of file testline.h.

Constructor & Destructor Documentation

◆ testline()

xrpl::test::jtx::testline::testline ( int  line)
explicit

Definition at line 20 of file testline.h.

Member Function Documentation

◆ operator()()

void xrpl::test::jtx::testline::operator() ( Env ,
JTx jt 
) const

Definition at line 8 of file testline.cpp.

Member Data Documentation

◆ line_

int xrpl::test::jtx::testline::line_
private

Definition at line 17 of file testline.h.