EpIC 1.1.0
Monte Carlo generator for exclusive processes
|
Service used for automatic test of modules. More...
#include <TestingService.h>
Public Member Functions | |
virtual | ~TestingService () |
bool | runTest (bool stopIfFailed=true) const |
void | registerModuleObject (const std::string &moduleName) |
Static Public Member Functions | |
static TestingService * | getInstance () |
Service used for automatic test of modules.
This class is used to automatically test module. It is intended to have a unique instance accessed trough TestingService::getInstance() method.
|
virtual |
Destructor.
|
static |
Share a unique pointer of this class
void EPIC::TestingService::registerModuleObject | ( | const std::string & | moduleName | ) |
Register test module.
bool EPIC::TestingService::runTest | ( | bool | stopIfFailed = true | ) | const |
Perform test.