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

Class EDManagerTest

source code

       object --+    
                |    
EDObject.EDObject --+
                    |
                   EDManagerTest

Static class for storing all test information / results.

Instance Methods [hide private]

Inherited from EDObject.EDObject: __init__, getClassName, getId, getRunTime, getSemaphoreValue, getTimeEnd, getTimeInit, locked, setTimeEnd, setTimeInit

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
synchronizeOn(cls)
Locks the EDManagerTest class
source code
 
synchronizeOff(cls)
Unlocks the EDManagerTest class
source code
 
create(cls)
Create
source code
 
outputScreen(cls) source code
 
getNumberTestCumulative(cls) source code
 
getNumberTestMethodCumulative(cls) source code
 
getNumberTestSuccessCumulative(cls) source code
 
getNumberTestFailureCumulative(cls) source code
 
addInformationTest(cls, _edInformationTest) source code
 
addInformationTestMethod(cls, _edInformationTest) source code
 
getNumberTest(cls) source code
 
getNumberTestMethod(cls) source code
 
getNumberTestSuccess(cls) source code
 
getNumberTestFailure(cls) source code
Class Variables [hide private]
  __listTest = []
  __listTestTotal = []
  __semaphore = EDObject()
  __edTestRunning = None
hash(x)
  __iCumulativeTotalTest = 0
  __iCumulativeTotalTestMethod = 0
  __iCumulativeTotalTestSuccess = 0
  __iCumulativeTotalTestFailure = 0
  __pyStrReport = None
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

synchronizeOn(cls)
Class Method

source code 

Locks the EDManagerTest class

Overrides: EDObject.EDObject.synchronizeOn

synchronizeOff(cls)
Class Method

source code 

Unlocks the EDManagerTest class

Overrides: EDObject.EDObject.synchronizeOff