__init__(self, filePath=None, autoSave=True, isTestCaseManager=False) | TestCenterAdvanced.Config.Configuration | |
appendTestCaseNameToReportName(self) | TestCenterAdvanced.Config.Configuration | |
appendTimestampToReportName(self) | TestCenterAdvanced.Config.Configuration | |
collapseFunctions(self) | TestCenterAdvanced.Config.Configuration | |
fetchBullseyeCoverageSettings(self, coverageNode) | TestCenterAdvanced.Config.Configuration | |
fetchCoverageSettings(self, xmlRoot) | TestCenterAdvanced.Config.Configuration | |
fetchIPCSettings(self, xmlRoot) | TestCenterAdvanced.Config.Configuration | |
fetchMLABSettings(self, xmlRoot) | TestCenterAdvanced.Config.Configuration | |
fetchPythonCoverageExclusionExpressions(self, coverageNode) | TestCenterAdvanced.Config.Configuration | |
fetchPythonCoverageInclusionExpressions(self, coverageNode) | TestCenterAdvanced.Config.Configuration | |
fetchPythonCoverageSettings(self, coverageNode) | TestCenterAdvanced.Config.Configuration | |
fetchReportNodeSettings(self, xmlRoot) | TestCenterAdvanced.Config.Configuration | |
fetchReportSettings(self, xmlRoot) | TestCenterAdvanced.Config.Configuration | |
fetchTestCaseManagerSettings(self, xmlRoot) | TestCenterAdvanced.Config.Configuration | |
fetchUseBullseyeCoverage(self, bullseyeNode) | TestCenterAdvanced.Config.Configuration | |
fetchUseGlobalPythonCoverage(self, pythonCoverageNode) | TestCenterAdvanced.Config.Configuration | |
fetchUsePythonCoverage(self, pythonCoverageNode) | TestCenterAdvanced.Config.Configuration | |
findMLABExecutable(basePath, executableName, subPath) | TestCenterAdvanced.Config.Configuration | static |
getBoolean(node, default, attributeName) | TestCenterAdvanced.Config.Configuration | static |
getConfigFilePath(self) | TestCenterAdvanced.Config.Configuration | |
getCoverageExclusions(self) | TestCenterAdvanced.Config.Configuration | |
getCoverageInclusions(self) | TestCenterAdvanced.Config.Configuration | |
getDefaultTestTimeoutSeconds(self) | TestCenterAdvanced.Config.Configuration | |
getInteger(node, default, attributeName) | TestCenterAdvanced.Config.Configuration | static |
getIPCConnectionTimeout(self) | TestCenterAdvanced.Config.Configuration | |
getMaxTestTimeoutSeconds(self) | TestCenterAdvanced.Config.Configuration | |
getMLABArguments(self) | TestCenterAdvanced.Config.Configuration | |
getMLABBinariesPath(self) | TestCenterAdvanced.Config.Configuration | |
getMLABCompileMode(self) | TestCenterAdvanced.Config.Configuration | |
getMLABCurrentBinariesPath(self) | TestCenterAdvanced.Config.Configuration | |
getMLABEffectiveBinariesPath(self) | TestCenterAdvanced.Config.Configuration | |
getMLABExecutableCommand(self) | TestCenterAdvanced.Config.Configuration | |
getMLABTestCenterCommand(self, macroName) | TestCenterAdvanced.Config.Configuration | |
getMLABUseCurrent(self) | TestCenterAdvanced.Config.Configuration | |
getReportDirectory(self) | TestCenterAdvanced.Config.Configuration | |
getReportName(self) | TestCenterAdvanced.Config.Configuration | |
getReportOptions(self) | TestCenterAdvanced.Config.Configuration | |
getReportTimestampTemplate(self) | TestCenterAdvanced.Config.Configuration | |
getRestartInterval(self) | TestCenterAdvanced.Config.Configuration | |
getResultDir(self) | TestCenterAdvanced.Config.Configuration | |
getResultFile(self) | TestCenterAdvanced.Config.Configuration | |
getSlaveLogFilePath(self) | TestCenterAdvanced.Config.Configuration | |
hideInfoMessages(self) | TestCenterAdvanced.Config.Configuration | |
hideSystemMessages(self) | TestCenterAdvanced.Config.Configuration | |
isBullseyeCoverageEnabled(self) | TestCenterAdvanced.Config.Configuration | |
isGlobalPythonCoverageEnabled(self) | TestCenterAdvanced.Config.Configuration | |
isPythonCoverageEnabled(self) | TestCenterAdvanced.Config.Configuration | |
nodeHasValidText(node) | TestCenterAdvanced.Config.Configuration | static |
save(self, filename=None) | TestCenterAdvanced.Config.Configuration | |
setBullseyeCoverageEnabled(self, value) | TestCenterAdvanced.Config.Configuration | |
setGlobalPythonCoverageEnabled(self, value) | TestCenterAdvanced.Config.Configuration | |
setMLABArguments(self, arguments) | TestCenterAdvanced.Config.Configuration | |
setMLABCompileMode(self, value) | TestCenterAdvanced.Config.Configuration | |
setMLABExecutablePath(self, executablePath) | TestCenterAdvanced.Config.Configuration | |
setMLABUseCurrent(self, usecurrent) | TestCenterAdvanced.Config.Configuration | |
setMLABUseDebug(self, useDebug) | TestCenterAdvanced.Config.Configuration | |
setPythonCoverageEnabled(self, value) | TestCenterAdvanced.Config.Configuration | |
setReportOptions(self, directory, name, timestampTemplate, appendTestCaseName, appendTimestamp, collapseFunctions, showFailedFunctionsOnly, hideInfoMessages, hideSystemMessages) | TestCenterAdvanced.Config.Configuration | |
setResultDir(self, directory) | TestCenterAdvanced.Config.Configuration | |
setTestCaseManagerOptions(self, shouldReloadPythonModulesWhenReloadingTestCases) | TestCenterAdvanced.Config.Configuration | |
shouldReloadPythonModulesWhenReloadingTestCases(self) | TestCenterAdvanced.Config.Configuration | |
showFailedFunctionsOnly(self) | TestCenterAdvanced.Config.Configuration | |
storeTestCaseManagerSettings(self, xmlRoot) | TestCenterAdvanced.Config.Configuration | |
useMLABDebugVersion(self) | TestCenterAdvanced.Config.Configuration | |