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