|
__init__(self,
_strPluginName,
_strPluginDir=None,
_strTestName=None)
Initialise the Plugin Execution test |
source code
|
|
|
|
|
|
|
|
|
getErrorMessages(self)
Returns the error messages for the plugin launcher |
source code
|
|
|
getWarningMessages(self)
Returns the warning messages for the plugin launcher |
source code
|
|
|
getRefConfigFile(self)
Returns the reference configuration file (from edna/conf directory) |
source code
|
|
|
setDataInputFile(self,
_strDataInputFile,
_strDataInputKey=None)
Sets the data input file |
source code
|
|
|
getDataInputFile(self,
_strDataInputKey=None)
Returns the data input file |
source code
|
|
|
setReferenceDataOutputFile(self,
_strReferenceDataOutputFile,
_strDataOutputKey=None)
Sets the data input file |
source code
|
|
|
getReferenceDataOutputFile(self,
_strDataOutputKey=None)
Returns the data input file |
source code
|
|
|
getEdnaSite(self)
Returns the EDNA_SITE environment variable |
source code
|
|
|
run(self)
Executes the plugin and checks that the data output is not None |
source code
|
|
|
setNoExpectedWarningMessages(self,
_iNoExpectedWarningMessages) |
source code
|
|
|
setNoExpectedErrorMessages(self,
_iNoExpectedErrorMessages) |
source code
|
|
|
|
Inherited from EDTestCasePlugin.EDTestCasePlugin :
createPlugin ,
getConfigurationFile ,
getDictReplace ,
getPlugin ,
getPluginConfig ,
getPluginConfiguration ,
getPluginHome ,
getPluginName ,
getPluginTestsDataHome ,
loadTestImage ,
readAndParseFile ,
setConfigurationFile ,
setPluginTestsDataHome ,
setRequiredPluginConfiguration
Inherited from EDTestCase.EDTestCase :
getMethodFailureMessages ,
getNumberTestMethodFailure ,
getNumberTestMethodSuccess ,
getReasonForNotBeingExectuted ,
getTestSuiteName ,
getTestsDataHome ,
getTestsDataImagesHome ,
getTestsHome ,
isExecuted ,
postProcess ,
processKernel ,
setReasonForNotBeingExectuted ,
setTestSuiteName
Inherited from EDTest.EDTest :
addTestMethod ,
execute ,
executeKernel ,
getListTest ,
getNumberOfTests ,
getTestName ,
setTestName
Inherited from EDLogging.EDLogging :
ASSERT ,
DEBUG ,
ERROR ,
WARNING ,
error ,
isVerboseDebug ,
log ,
screen ,
setAllLogLevels ,
setLogFileName ,
setLogFileOff ,
setLogLevel ,
setTestOff ,
setTestOn ,
setVerboseDebugOff ,
setVerboseDebugOn ,
setVerboseOff ,
setVerboseOn ,
unitTest ,
warning ,
writeErrorTrace
Inherited from EDObject.EDObject :
getClassName ,
getId ,
getRunTime ,
getSemaphoreValue ,
getTimeEnd ,
getTimeInit ,
locked ,
setTimeEnd ,
setTimeInit ,
synchronizeOff ,
synchronizeOn
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|