Module EDTestCasePluginExecuteTestPlugin :: Class EDTestCasePluginExecuteTestPlugin
[hide private]
[frames] | no frames]

Class EDTestCasePluginExecuteTestPlugin

source code

                 object --+                        
                          |                        
          EDObject.EDObject --+                    
                              |                    
            EDLogging.EDLogging --+                
                                  |                
                      EDTest.EDTest --+            
                                      |            
                  EDTestCase.EDTestCase --+        
                                          |        
          EDTestCasePlugin.EDTestCasePlugin --+    
                                              |    
EDTestCasePluginExecute.EDTestCasePluginExecute --+
                                                  |
                                                 EDTestCasePluginExecuteTestPlugin

Instance Methods [hide private]
 
__init__(self)
Initialise the Plugin Execution test
source code
 
testExecute(self) source code
 
process(self)
to be overridden
source code

Inherited from EDTestCasePluginExecute.EDTestCasePluginExecute: getDataInputFile, getEdnaSite, getErrorMessages, getRefConfigFile, getReferenceDataOutputFile, getWarningMessages, preProcess, run, setAcceptPluginFailure, setDataInputFile, setNoExpectedErrorMessages, setNoExpectedWarningMessages, setReferenceDataOutputFile

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__

Class Variables [hide private]

Inherited from EDTestCasePlugin.EDTestCasePlugin: URL_EDNA_SITE

Inherited from EDLogging.EDLogging (private): _EDObject__iId_class

Properties [hide private]

Inherited from EDTestCasePluginExecute.EDTestCasePluginExecute: errorMessages, warningMessages

Inherited from EDTestCasePlugin.EDTestCasePlugin: dictReplace, plugin, pluginHome, pluginName, pluginTestDataHome

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialise the Plugin Execution test

  • Edna site
  • Configuration files
  • Data input file
  • Plugin launcher
Overrides: object.__init__

testExecute(self)

source code 
Overrides: EDTestCasePluginExecute.EDTestCasePluginExecute.testExecute

process(self)

source code 

to be overridden

Overrides: EDTest.EDTest.process
(inherited documentation)