|
TestCenter Reference
|
Public Member Functions | |
| __init__ (self, methodName="runTest") | |
| setUpClass (cls) | |
| tearDownClass (cls) | |
| addTest (cls, testName, skip) | |
| createRunTestMethod (cls, testFuncName, testIdentifier) | |
Static Public Attributes | |
| master = None | |
| tempDirectory = None | |
Definition at line 110 of file PythonUnitTest.py.
| TestSupport.PythonUnitTest.MeVisLabTestCase.__init__ | ( | self, | |
| methodName = "runTest" ) |
| TestSupport.PythonUnitTest.MeVisLabTestCase.addTest | ( | cls, | |
| testName, | |||
| skip ) |
Definition at line 158 of file PythonUnitTest.py.
References createRunTestMethod().
| TestSupport.PythonUnitTest.MeVisLabTestCase.createRunTestMethod | ( | cls, | |
| testFuncName, | |||
| testIdentifier ) |
Definition at line 168 of file PythonUnitTest.py.
References TestSupport.PythonUnitTest._stripTags(), and master.
Referenced by addTest().
| TestSupport.PythonUnitTest.MeVisLabTestCase.setUpClass | ( | cls | ) |
Definition at line 127 of file PythonUnitTest.py.
References TestSupport.PythonUnitTest._getEnvironmentForTestCenter(), master, tempDirectory, and TestSupport.PythonUnitTest.writeTestCenterConfigFile().
| TestSupport.PythonUnitTest.MeVisLabTestCase.tearDownClass | ( | cls | ) |
Definition at line 150 of file PythonUnitTest.py.
References master, and tempDirectory.
|
static |
Definition at line 111 of file PythonUnitTest.py.
Referenced by createRunTestMethod(), setUpClass(), and tearDownClass().
|
static |
Definition at line 112 of file PythonUnitTest.py.
Referenced by setUpClass(), and tearDownClass().