#include <TestBase.h>
Public Member Functions | |
virtual void | run ()=0 |
virtual void | run ()=0 |
void | setVerbosityLevel (coral::MsgLevel level) |
void | setVerbosityLevel (coral::MsgLevel level) |
TestBase () | |
TestBase () | |
virtual | ~TestBase () |
virtual | ~TestBase () |
Protected Member Functions | |
coral::ISession * | connect (const std::string &connectionString, const std::string &user, const std::string &password) |
coral::ISession * | connect (const std::string &connectionString, const std::string &user, const std::string &password) |
Private Attributes | |
coral::IConnection * | m_connection |
Definition at line 21 of file TestBase.h.
TestBase::TestBase | ( | ) |
|
virtual |
TestBase::TestBase | ( | ) |
|
virtual |
|
protected |
Definition at line 23 of file TestBase.cc.
References instance, m_connection, and run_AlCaRecoTriggerBitsUpdateWorkflow::session.
Referenced by L1TriggerScalerRead::dropTable(), DQMSummaryReader::readData(), RunSummaryRead::readData(), L1TriggerScalerRead::readData(), and o2o_db_cfgmap.DbManagerDAQ::update_hashmap().
|
protected |
Referenced by o2o_db_cfgmap.DbManagerDAQ::update_hashmap().
|
pure virtual |
Implemented in L1TriggerScalerRead, RunSummaryRead, and DQMSummaryReader.
Referenced by Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
|
pure virtual |
Implemented in L1TriggerScalerRead, RunSummaryRead, and DQMSummaryReader.
Referenced by Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
void TestBase::setVerbosityLevel | ( | coral::MsgLevel | level | ) |
Definition at line 46 of file TestBase.cc.
void TestBase::setVerbosityLevel | ( | coral::MsgLevel | level | ) |
|
private |
Definition at line 32 of file TestBase.h.
Referenced by connect(), and ~TestBase().