xrpld
Loading...
Searching...
No Matches
OfferStream_test.cpp
1#include <xrpl/beast/unit_test/suite.h>
2
3namespace xrpl {
4
6{
7public:
8 void
10 {
11 pass();
12 }
13
14 void
15 run() override
16 {
17 test();
18 }
19};
20
21BEAST_DEFINE_TESTSUITE(OfferStream, app, xrpl);
22
23} // namespace xrpl
A testsuite class.
Definition suite.h:50
void pass()
Record a successful test condition.
Definition suite.h:500
void run() override
Runs the suite.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
BEAST_DEFINE_TESTSUITE(AccountTxPaging, app, xrpl)