![]() |
Project
|
#include "Framework/ServiceHandle.h"
#include "Framework/ServiceRegistry.h"
#include "Framework/CallbackService.h"
#include "Framework/CommonServices.h"
#include "Framework/ServiceRegistryHelpers.h"
#include <Framework/DeviceState.h>
#include <catch_amalgamated.hpp>
#include <fairmq/ProgOptions.h>
#include <memory>
Go to the source code of this file.
Classes | |
struct | DummyService |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::framework |
Defining PrimaryVertex explicitly as messageable. | |
Functions | |
TEST_CASE ("TestServiceRegistry") | |
TEST_CASE ("TestCallbackService") | |
TEST_CASE ("TestSerialServices") | |
TEST_CASE ("TestGlobalServices") | |
TEST_CASE ("TestGlobalServices02") | |
TEST_CASE ("TestStreamServices") | |
TEST_CASE ("TestServiceRegistryCtor") | |
TEST_CASE ("TestServiceDeclaration") | |
TEST_CASE ("TestServiceOverride") | |
TEST_CASE | ( | "TestCallbackService" | ) |
Definition at line 67 of file test_Services.cxx.
TEST_CASE | ( | "TestGlobalServices" | ) |
We register it pretending to be on thread 0
Definition at line 115 of file test_Services.cxx.
TEST_CASE | ( | "TestGlobalServices02" | ) |
We register it pretending to be on thread 0
Definition at line 132 of file test_Services.cxx.
TEST_CASE | ( | "TestSerialServices" | ) |
We register it pretending to be on thread 0
Definition at line 98 of file test_Services.cxx.
TEST_CASE | ( | "TestServiceDeclaration" | ) |
Definition at line 223 of file test_Services.cxx.
TEST_CASE | ( | "TestServiceOverride" | ) |
Definition at line 239 of file test_Services.cxx.
TEST_CASE | ( | "TestServiceRegistry" | ) |
Definition at line 21 of file test_Services.cxx.
TEST_CASE | ( | "TestServiceRegistryCtor" | ) |
Definition at line 216 of file test_Services.cxx.
TEST_CASE | ( | "TestStreamServices" | ) |
We register it pretending to be on thread 0
Definition at line 170 of file test_Services.cxx.