![]() |
Project
|
Test BasicCCDBManager and caching functionality. More...
#include "CCDB/CcdbApi.h"#include "CCDB/BasicCCDBManager.h"#include "Framework/Logger.h"#include <boost/test/unit_test.hpp>Go to the source code of this file.
Classes | |
| struct | Fixture< source_T > |
Macros | |
| #define | BOOST_TEST_MODULE CCDB |
| #define | BOOST_TEST_MAIN |
| #define | BOOST_TEST_DYN_LINK |
Functions | |
| BOOST_GLOBAL_FIXTURE (Fixture) | |
| BOOST_AUTO_TEST_CASE (TestBasicCCDBManager) | |
Variables | |
| std::string | ccdbUrl = "http://ccdb-test.cern.ch:8080" |
| bool | hostReachable = false |
Test BasicCCDBManager and caching functionality.
Definition in file testBasicCCDBManager.cxx.
| #define BOOST_TEST_DYN_LINK |
Definition at line 20 of file testBasicCCDBManager.cxx.
| #define BOOST_TEST_MAIN |
Definition at line 19 of file testBasicCCDBManager.cxx.
| #define BOOST_TEST_MODULE CCDB |
Definition at line 18 of file testBasicCCDBManager.cxx.
| BOOST_AUTO_TEST_CASE | ( | TestBasicCCDBManager | ) |
Definition at line 61 of file testBasicCCDBManager.cxx.
| BOOST_GLOBAL_FIXTURE | ( | Fixture | ) |
| std::string ccdbUrl = "http://ccdb-test.cern.ch:8080" |
Definition at line 30 of file testBasicCCDBManager.cxx.
| bool hostReachable = false |
Definition at line 31 of file testBasicCCDBManager.cxx.