9#ifndef ASG_TOOLS__UNIT_TEST_SERVICE1_H
10#define ASG_TOOLS__UNIT_TEST_SERVICE1_H
43 Gaudi::Property<std::string>
m_propertyString{
this,
"propertyString", {},
"the string property"};
46 Gaudi::Property<int>
m_propertyInt{
this,
"propertyInt", -7,
"the integer property"};
49 Gaudi::Property<bool>
m_initializeFail{
this,
"initializeFail",
false,
"whether initialize should fail"};
virtual std::string getPropertyString() const override
bool m_isInitialized
whether initialize has been called
virtual void setPropertyInt(int val_property) override
Gaudi::Property< int > m_propertyInt
the integer property
virtual bool isInitialized() const override
Gaudi::Property< bool > m_initializeFail
whether initialize should fail
Gaudi::Property< std::string > m_propertyString
the string property
UnitTestService1(const std::string &name, ISvcLocator *pSvcLocator)
standard constructor
virtual int getPropertyInt() const override
virtual StatusCode initialize() override
~UnitTestService1()
standard destructor