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

Class EDTestCaseEDPlugin

source code

       object --+                
                |                
EDObject.EDObject --+            
                    |            
  EDLogging.EDLogging --+        
                        |        
            EDTest.EDTest --+    
                            |    
        EDTestCase.EDTestCase --+
                                |
                               EDTestCaseEDPlugin

This is the test case for the plugin base class EDPlugin.

Instance Methods [hide private]
 
testSetDataInput(self)
Test the setDataInput method with different inputs
source code
 
testSetDataOutput(self)
Test the setDataOutput method with different arguments
source code
 
testWriteDataInput(self) source code
 
testWriteDataOutput(self) source code
 
testDataInputOutputProperties(self) source code
 
testWarningIfNoOutputData(self) source code
 
testCreateBaseName(self) source code
 
testWithSingleThread(self) source code
 
process(self)
to be overridden
source code

Inherited from EDTestCase.EDTestCase: __init__, getMethodFailureMessages, getNumberTestMethodFailure, getNumberTestMethodSuccess, getReasonForNotBeingExectuted, getTestSuiteName, getTestsDataHome, getTestsDataImagesHome, getTestsHome, isExecuted, postProcess, processKernel, setReasonForNotBeingExectuted, setTestSuiteName

Inherited from EDTest.EDTest: addTestMethod, execute, executeKernel, getListTest, getNumberOfTests, getTestName, preProcess, 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 EDLogging.EDLogging (private): _EDObject__iId_class

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

process(self)

source code 

to be overridden

Overrides: EDTest.EDTest.process