|
rippled
|
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_ |
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.
|
explicit |
Definition at line 20 of file testline.h.
Definition at line 8 of file testline.cpp.
|
private |
Definition at line 17 of file testline.h.