ATLAS Offline Software
Classes | Namespaces
InitGaudiGoogleTest.h File Reference

Gaudi initialisation fixture base class for googletest based unit tests. Test fixture classes for tests which need a fully configured Gaudi should inherit from this class, and then provide further Gaudi configuration in their SetUp() method if needed. More...

#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/ISvcManager.h"
#include "gtest/gtest.h"
#include "CxxUtils/checker_macros.h"
Include dependency graph for InitGaudiGoogleTest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Athena_test::InitGaudiGoogleTest
 

Namespaces

 Athena_test
 functions & macros to test the difference between floats
 

Detailed Description

Gaudi initialisation fixture base class for googletest based unit tests. Test fixture classes for tests which need a fully configured Gaudi should inherit from this class, and then provide further Gaudi configuration in their SetUp() method if needed.

Author
S. Kluth
Date
July 2016

Definition in file InitGaudiGoogleTest.h.