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