|
|
__init__(self,
_strPluginName,
_strPluginDir=None,
_strTestName=None)
Initialize the test case by determining the paths to the plugin home
and plugin test directories. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
setConfigurationFile(self,
_strConfigurationFile)
Sets the configuration file |
source code
|
|
|
|
getConfigurationFile(self)
Returns the configuration file |
source code
|
|
|
|
| setRequiredPluginConfiguration(self,
_strPluginName=None) |
source code
|
|
|
|
createPlugin(self)
Creates a plugin instance |
source code
|
|
|
|
getPlugin(self)
Returns the plugin instance |
source code
|
|
|
|
getPluginName(self)
Returns the plugin name |
source code
|
|
|
|
getPluginHome(self)
Returns the plugin home directory |
source code
|
|
|
|
getPluginTestsDataHome(self)
Returns the plugin test data home directory |
source code
|
|
|
|
setPluginTestsDataHome(self,
_strPluginTestsDataHome)
Sets the plugin test data home directory |
source code
|
|
|
|
loadTestImage(self,
_listImageFileName)
This method checks the presence of all the images in the list of
image file names in the $EDNA_HOME/tests/data/images directory. |
source code
|
|
|
|
|
|
|
|
|
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,
process,
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__
|