rippled
Loading...
Searching...
No Matches
OfferStream_test.cpp
1#include <xrpl/beast/unit_test.h>
2#include <xrpl/tx/paths/OfferStream.h>
3
4namespace xrpl {
5
7{
8public:
9 void
11 {
12 pass();
13 }
14
15 void
16 run() override
17 {
18 test();
19 }
20};
21
22BEAST_DEFINE_TESTSUITE(OfferStream, app, xrpl);
23
24} // namespace xrpl
A testsuite class.
Definition suite.h:51
void pass()
Record a successful test condition.
Definition suite.h:497
void run() override
Runs the suite.
Presents and consumes the offers in an order book.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5