8#ifndef SERVICES_TESTINGSERVICE_H_
9#define SERVICES_TESTINGSERVICE_H_
11#include <partons/BaseObject.h>
42 bool runTest(
bool stopIfFailed =
true)
const;
63 std::vector<std::string> m_modules;
Service used for automatic test of modules.
Definition: TestingService.h:26
virtual ~TestingService()
void registerModuleObject(const std::string &moduleName)
static TestingService * getInstance()
bool runTest(bool stopIfFailed=true) const