![]() |
ATLAS Offline Software
|
Generic test fixture to setup Gaudi. More...
#include <initGaudi.h>
Public Member Functions | |
InitGaudi (const std::string &jobOptsFile) | |
Create Gaudi test fixture. More... | |
InitGaudi () | |
Create Gaudi test fixture without job options. More... | |
~InitGaudi () | |
Finalize Gaudi. More... | |
Public Attributes | |
SmartIF< ISvcLocator > | svcLoc |
Generic test fixture to setup Gaudi.
Example usage with boost test:
Definition at line 50 of file initGaudi.h.
Athena_test::InitGaudi::InitGaudi | ( | const std::string & | jobOptsFile | ) |
Create Gaudi test fixture.
jobOptsPath | Path to job options |
Definition at line 104 of file initGaudi.cxx.
|
inline |
Athena_test::InitGaudi::~InitGaudi | ( | ) |
Finalize Gaudi.
Definition at line 112 of file initGaudi.cxx.
SmartIF<ISvcLocator> Athena_test::InitGaudi::svcLoc |
Definition at line 68 of file initGaudi.h.