![]() |
Project
|
#include <boost/test/unit_test.hpp>
#include "MCHConditions/DCSAliases.h"
#include "MCHConstants/DetectionElements.h"
#include <algorithm>
#include <fmt/format.h>
#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::mch |
namespace | o2::mch::dcs |
Macros | |
#define | BOOST_TEST_MODULE Test MCHConditions DCSNamer |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
BOOST_AUTO_TEST_CASE (NumberOfHVAliasesVoltagesIs188) | |
BOOST_AUTO_TEST_CASE (NumberOfHVAliasesCurrentsIs188) | |
BOOST_AUTO_TEST_CASE (NumberOfLVAliasesFeeAnalogIs108) | |
BOOST_AUTO_TEST_CASE (NumberOfLVAliasesFeeDigitalIs108) | |
BOOST_AUTO_TEST_CASE (NumberOfLVAliasesSolarIs112) | |
BOOST_AUTO_TEST_CASE (AliasNameIsShortEnough) | |
BOOST_AUTO_TEST_CASE (AllAliasesShouldBeValid) | |
BOOST_AUTO_TEST_CASE (AliasToXXX) | |
Variables | |
std::map< std::string, ID > | expected |
#define BOOST_TEST_DYN_LINK |
Definition at line 14 of file testDCSAliases.cxx.
#define BOOST_TEST_MAIN |
Definition at line 13 of file testDCSAliases.cxx.
#define BOOST_TEST_MODULE Test MCHConditions DCSNamer |
Definition at line 12 of file testDCSAliases.cxx.
BOOST_AUTO_TEST_CASE | ( | AliasNameIsShortEnough | ) |
Definition at line 136 of file testDCSAliases.cxx.
BOOST_AUTO_TEST_CASE | ( | AliasToXXX | ) |
Definition at line 179 of file testDCSAliases.cxx.
BOOST_AUTO_TEST_CASE | ( | AllAliasesShouldBeValid | ) |
Definition at line 158 of file testDCSAliases.cxx.
BOOST_AUTO_TEST_CASE | ( | NumberOfHVAliasesCurrentsIs188 | ) |
Definition at line 100 of file testDCSAliases.cxx.
BOOST_AUTO_TEST_CASE | ( | NumberOfHVAliasesVoltagesIs188 | ) |
Definition at line 91 of file testDCSAliases.cxx.
BOOST_AUTO_TEST_CASE | ( | NumberOfLVAliasesFeeAnalogIs108 | ) |
Definition at line 109 of file testDCSAliases.cxx.
BOOST_AUTO_TEST_CASE | ( | NumberOfLVAliasesFeeDigitalIs108 | ) |
Definition at line 118 of file testDCSAliases.cxx.
BOOST_AUTO_TEST_CASE | ( | NumberOfLVAliasesSolarIs112 | ) |
Definition at line 127 of file testDCSAliases.cxx.
std::map<std::string, ID> expected |
Definition at line 166 of file testDCSAliases.cxx.