rippled
Loading...
Searching...
No Matches
OfferStream_test.cpp
1#include <xrpld/app/tx/detail/OfferStream.h>
2
3#include <xrpl/beast/unit_test.h>
4
5namespace ripple {
6
8{
9public:
10 void
12 {
13 pass();
14 }
15
16 void
17 run() override
18 {
19 test();
20 }
21};
22
23BEAST_DEFINE_TESTSUITE(OfferStream, app, ripple);
24
25} // namespace ripple
A testsuite class.
Definition suite.h:52
void pass()
Record a successful test condition.
Definition suite.h:508
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:6