Project
Loading...
Searching...
No Matches
test_Services.cxx File Reference
#include <boost/test/tools/old/interface.hpp>
#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")
 

Function Documentation

◆ TEST_CASE() [1/9]

TEST_CASE ( "TestCallbackService"  )

Definition at line 69 of file test_Services.cxx.

◆ TEST_CASE() [2/9]

TEST_CASE ( "TestGlobalServices"  )

We register it pretending to be on thread 0

Definition at line 117 of file test_Services.cxx.

◆ TEST_CASE() [3/9]

TEST_CASE ( "TestGlobalServices02"  )

We register it pretending to be on thread 0

Definition at line 134 of file test_Services.cxx.

◆ TEST_CASE() [4/9]

TEST_CASE ( "TestSerialServices"  )

We register it pretending to be on thread 0

Definition at line 100 of file test_Services.cxx.

◆ TEST_CASE() [5/9]

TEST_CASE ( "TestServiceDeclaration"  )

Definition at line 225 of file test_Services.cxx.

◆ TEST_CASE() [6/9]

TEST_CASE ( "TestServiceOverride"  )

Definition at line 241 of file test_Services.cxx.

◆ TEST_CASE() [7/9]

TEST_CASE ( "TestServiceRegistry"  )

Definition at line 23 of file test_Services.cxx.

◆ TEST_CASE() [8/9]

TEST_CASE ( "TestServiceRegistryCtor"  )

Definition at line 218 of file test_Services.cxx.

◆ TEST_CASE() [9/9]

TEST_CASE ( "TestStreamServices"  )

We register it pretending to be on thread 0

Definition at line 172 of file test_Services.cxx.