Project
Loading...
Searching...
No Matches
test_DPLRawPageSequencer.cxx File Reference
#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.

Macros

#define CHECK_MESSAGE(cond, msg)
 
#define REQUIRE_MESSAGE(cond, msg)
 

Typedefs

using DataHeader = o2::header::DataHeader
 

Functions

 TEST_CASE ("test_DPLRawPageSequencer")
 

Variables

auto const PAGESIZE = test::PAGESIZE
 

Macro Definition Documentation

◆ CHECK_MESSAGE

#define CHECK_MESSAGE (   cond,
  msg 
)
Value:
do { \
INFO(msg); \
CHECK(cond); \
} while ((void)0, 0)
uint64_t const void const *restrict const msg
Definition x9.h:153

Definition at line 30 of file test_DPLRawPageSequencer.cxx.

◆ REQUIRE_MESSAGE

#define REQUIRE_MESSAGE (   cond,
  msg 
)
Value:
do { \
INFO(msg); \
REQUIRE(cond); \
} while ((void)0, 0)

Definition at line 35 of file test_DPLRawPageSequencer.cxx.

Typedef Documentation

◆ DataHeader

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "test_DPLRawPageSequencer"  )

Definition at line 41 of file test_DPLRawPageSequencer.cxx.

Variable Documentation

◆ PAGESIZE

auto const PAGESIZE = test::PAGESIZE

Definition at line 28 of file test_DPLRawPageSequencer.cxx.