xrpld
Loading...
Searching...
No Matches
DetectCrash_test.cpp
1#include <xrpl/beast/unit_test/suite.h>
2
3#include <exception>
4
5namespace xrpl::test {
6
8{
9 void
11 {
12 testcase("Detect Crash");
13 // Kill the process. This is used to test that the multi-process
14 // unit test will correctly report the crash.
16 }
17 void
18 run() override
19 {
21 }
22};
23
25
26} // namespace xrpl::test
A testsuite class.
Definition suite.h:50
TestcaseT testcase
Memberspace for declaring test cases.
Definition suite.h:149
BEAST_DEFINE_TESTSUITE_MANUAL(AMMCalc, app, xrpl)
void run() override
Runs the suite.
T terminate(T... args)