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