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 109 of file PythonUnitTest.py.
TestSupport.PythonUnitTest.MeVisLabTestCase.__init__ | ( | self, | |
methodName = 'runTest' ) |
Definition at line 113 of file PythonUnitTest.py.
References TestSupport.PythonUnitTest.MeVisLabTestCase.__init__().
Referenced by TestSupport.PythonUnitTest.MeVisLabTestCase.__init__().
TestSupport.PythonUnitTest.MeVisLabTestCase.addTest | ( | cls, | |
testName, | |||
skip ) |
Definition at line 153 of file PythonUnitTest.py.
References TestSupport.PythonUnitTest.MeVisLabTestCase.createRunTestMethod().
TestSupport.PythonUnitTest.MeVisLabTestCase.createRunTestMethod | ( | cls, | |
testFuncName, | |||
testIdentifier ) |
Definition at line 163 of file PythonUnitTest.py.
References TestSupport.PythonUnitTest._stripTags(), and TestSupport.PythonUnitTest.MeVisLabTestCase.master.
Referenced by TestSupport.PythonUnitTest.MeVisLabTestCase.addTest().
TestSupport.PythonUnitTest.MeVisLabTestCase.setUpClass | ( | cls | ) |
TestSupport.PythonUnitTest.MeVisLabTestCase.tearDownClass | ( | cls | ) |
Definition at line 145 of file PythonUnitTest.py.
References TestSupport.PythonUnitTest.MeVisLabTestCase.master, and TestSupport.PythonUnitTest.MeVisLabTestCase.tempDirectory.
|
static |
Definition at line 110 of file PythonUnitTest.py.
Referenced by TestSupport.PythonUnitTest.MeVisLabTestCase.createRunTestMethod(), TestSupport.PythonUnitTest.MeVisLabTestCase.setUpClass(), and TestSupport.PythonUnitTest.MeVisLabTestCase.tearDownClass().
|
static |
Definition at line 111 of file PythonUnitTest.py.
Referenced by TestSupport.PythonUnitTest.MeVisLabTestCase.setUpClass(), and TestSupport.PythonUnitTest.MeVisLabTestCase.tearDownClass().