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

Class EDTestCaseEDConfiguration

source code

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

Instance Methods [hide private]
 
__init__(self, _strTestName=None)
Constructor of the main pure virtual class.
source code
 
preProcess(self)
Set EDNA_SITE to TestSite for these tests
source code
 
testAddConfigFile(self) source code
 
testGetXSConfigurationItem1(self) source code
 
testGetXSConfigurationItem2(self) source code
 
testSetXSConfigurationItem(self) source code
 
testGetPathToProjectConfigurationFile(self) source code
 
testStaticEDConfiguration(self) source code
 
finallyProcess(self)
Restores EDNA_SITE
source code
 
testGetPluginListSize(self)
Testing the retrieved XSPluginList size from configuration
source code
 
testGetPluginItem(self)
Testing Plugin indexingMosflm Configuration
source code
 
testGetPluginItemError(self)
Testing the retrieval of an absent plugin
source code
 
testGetParamItem(self)
Testing the XSParamItem inside an XSPluginItem
source code
 
testGetParamValue(self)
Testing the XSParamItem Value convertion from string to different formats
source code
 
process(self)
to be overridden
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, 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]

__init__(self, _strTestName=None)
(Constructor)

source code 

Constructor of the main pure virtual class.
This constructor implements:
- the creation of the semaphore
- definition of timer object (uninitialized as potentially not used)

Overrides: object.__init__
(inherited documentation)

preProcess(self)

source code 

Set EDNA_SITE to TestSite for these tests

Overrides: EDTest.EDTest.preProcess

process(self)

source code 

to be overridden

Overrides: EDTest.EDTest.process
(inherited documentation)