7 markerStr=[
',',markerStr];
12 RUNNER_NAME=
'MatrixBerryTestRunner';
13 TOP_PACKAGE_NAME=
'mxberry';
15 runnerName=[RUNNER_NAME,markerStr];
16 log4jConfiguratorName=
'mxberry.test.log.Log4jConfigurator';
20 %% Read test configuration
25 inpArgList,confRepoMgr,...
26 log4jConfiguratorName,emailSubjSuffName,runnerName,...
27 fTempDirGetter,TOP_PACKAGE_NAME,
'isConsoleOutputCollected',
false);
TMPDATAMANAGER provides a basic functionality for managing temporary data folders, root folder name is determined automatically.
ADAPTIVECONFREPOMANAGER is a simplistic extension of AdaptiveConfRepoManager that injects a configura...
LOG4JCONFIGURATOR simplifies log4j configuration, especially when Parallel Computing Toolbox is used...
static function runTestsWithConf(in inpArgList, in confRepoMgr, in log4jConfiguratorName, in emailSubjSuffixName, in runnerName, in fTempDirGetter, in topPackageName, in varargin)
function selectConf(in self, in confName, in varargin)
SELECTCONF - selects the specified plain configuration. If the one does not exist it is created from ...
static function getDirByCallerKey(in keyName)
GETDIRBYCALLERKEY returns a unique temporary directory name based on caller name and optionally based...
function run_tests_remotely(in markerStr, in confName)