![]() |
Project
|
Unit test for O2 header stack utilities. More...
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <iomanip>
#include <cstring>
#include "Headers/DataHeader.h"
#include "Headers/NameHeader.h"
#include "Headers/Stack.h"
#include "../include/Algorithm/HeaderStack.h"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE Test Algorithm HeaderStack |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Typedefs | |
using | DataHeader = o2::header::DataHeader |
using | HeaderStack = o2::header::Stack |
Functions | |
BOOST_AUTO_TEST_CASE (test_headerstack) | |
Unit test for O2 header stack utilities.
Unit test for table view abstraction class.
Definition in file headerstack.cxx.
#define BOOST_TEST_DYN_LINK |
Definition at line 19 of file headerstack.cxx.
#define BOOST_TEST_MAIN |
Definition at line 18 of file headerstack.cxx.
#define BOOST_TEST_MODULE Test Algorithm HeaderStack |
Definition at line 17 of file headerstack.cxx.
using DataHeader = o2::header::DataHeader |
Definition at line 29 of file headerstack.cxx.
using HeaderStack = o2::header::Stack |
Definition at line 30 of file headerstack.cxx.
BOOST_AUTO_TEST_CASE | ( | test_headerstack | ) |
Definition at line 32 of file headerstack.cxx.