| Trees | Indices | Help |
|
|---|
|
|
object --+
|
EDObject.EDObject --+
|
EDLogging.EDLogging --+
|
EDTest.EDTest --+
|
EDTestCase
Test case class
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| string |
|
||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| integer |
|
||
| integer |
|
||
| boolean |
|
||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor of the main pure virtual class. This constructor implements: - the creation of the semaphore - definition of timer object (uninitialized as potentially not used)
|
Executes the test case.
|
Writes out a summary of the test case.
|
This method returns a dictionary with the failure messages: Key : Name of the test method Value : Failure message @return: MethodFailureMessages @rtype: dict |
Used by EDTestSuite: Sets the name of the test suite invoking the test case.
|
Returns the name of the test suite invoking the test case. None if not inviked by a test suite.
|
Sets a string describing why the test case shouldn't be executed. For example : missing configuration file. If the string is not empty, the test case is not executed.
|
Returns a string describing why the test case shouldn't be executed. For example : missing configuration file. If the string is not empty, the test case is not executed.
|
Returns the Test home directory
|
Returns the Test data home directory
|
Returns the Test data home directory
|
The number of successful test methods.
|
The number of test methods executed with failure.
|
Returns True if the test case was executed.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:31 2014 | http://epydoc.sourceforge.net |