#include <catch_amalgamated.hpp>
#include "DPLUtils/DPLRawPageSequencer.h"
#include "RawPageTestData.h"
#include "Framework/InputRecord.h"
#include "Headers/DataHeader.h"
#include <vector>
#include <memory>
#include <random>
Go to the source code of this file.
◆ CHECK_MESSAGE
#define CHECK_MESSAGE |
( |
|
cond, |
|
|
|
msg |
|
) |
| |
Value: do { \
CHECK(cond); \
} while ((void)0, 0)
uint64_t const void const *restrict const msg
Definition at line 30 of file test_DPLRawPageSequencer.cxx.
◆ REQUIRE_MESSAGE
#define REQUIRE_MESSAGE |
( |
|
cond, |
|
|
|
msg |
|
) |
| |
◆ DataHeader
◆ TEST_CASE()
TEST_CASE |
( |
"test_DPLRawPageSequencer" |
| ) |
|
◆ PAGESIZE
auto const PAGESIZE = test::PAGESIZE |