![]() |
ATLAS Offline Software
|
#include <InitGaudiGoogleTest.h>
Public Member Functions | |
| InitGaudiGoogleTest (MSG::Level level=MSG::INFO) | |
| Create GoogleTest fixture. | |
| InitGaudiGoogleTest (const std::string &jobOptsPath) | |
| Create GoogleTest fixture. | |
| virtual | ~InitGaudiGoogleTest () |
| dtor | |
Public Attributes | |
| IAppMgrUI * | theApp |
| public members are visible in tests | |
| SmartIF< IProperty > | propMgr |
| SmartIF< ISvcLocator > | svcLoc |
| SmartIF< ISvcManager > | svcMgr |
| SmartIF< IToolSvc > | toolSvc |
Private Member Functions | |
| InitGaudiGoogleTest (const std::string &jobOptsPath, MSG::Level level) | |
Definition at line 32 of file InitGaudiGoogleTest.h.
| Athena_test::InitGaudiGoogleTest::InitGaudiGoogleTest | ( | MSG::Level | level = MSG::INFO | ) |
Create GoogleTest fixture.
| level | MessageSvc OutputLevel |
Definition at line 54 of file InitGaudiGoogleTest.cxx.
| Athena_test::InitGaudiGoogleTest::InitGaudiGoogleTest | ( | const std::string & | jobOptsPath | ) |
Create GoogleTest fixture.
| jobOptsPath | Path to job options |
Definition at line 51 of file InitGaudiGoogleTest.cxx.
|
virtual |
dtor
Definition at line 46 of file InitGaudiGoogleTest.cxx.
|
private |
Definition at line 15 of file InitGaudiGoogleTest.cxx.
| SmartIF<IProperty> Athena_test::InitGaudiGoogleTest::propMgr |
Definition at line 53 of file InitGaudiGoogleTest.h.
| SmartIF<ISvcLocator> Athena_test::InitGaudiGoogleTest::svcLoc |
Definition at line 54 of file InitGaudiGoogleTest.h.
| SmartIF<ISvcManager> Athena_test::InitGaudiGoogleTest::svcMgr |
Definition at line 55 of file InitGaudiGoogleTest.h.
| IAppMgrUI* Athena_test::InitGaudiGoogleTest::theApp |
public members are visible in tests
Definition at line 52 of file InitGaudiGoogleTest.h.
| SmartIF<IToolSvc> Athena_test::InitGaudiGoogleTest::toolSvc |
Definition at line 56 of file InitGaudiGoogleTest.h.