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

Class EDInformationTest

source code

       object --+    
                |    
EDObject.EDObject --+
                    |
                   EDInformationTest

Information for the test cases.

Instance Methods [hide private]
 
__init__(self, _pyStrNameTest='Test', _iNumberTest=0)
Constructor of the main pure virtual class.
source code
 
isSuccess(self) source code
 
getTestNumber(self) source code
 
getTestName(self) source code
 
setTerminate(self, _bSuccess=True) source code
 
setFailure(self) source code
 
setSuccess(self) source code
 
addInformationTest(self, _edInformationTest) source code
 
setException(self, _pyStr) source code
 
getException(self) source code
 
getNumberTestMethod(self) source code
 
outputString(self, _strSpacing=' ') source code

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__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, _pyStrNameTest='Test', _iNumberTest=0)
(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)