TestCenter Reference
TestSupport.PythonUnitTest.MeVisLabTestCase Class Reference
Inheritance diagram for TestSupport.PythonUnitTest.MeVisLabTestCase:

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
 

Detailed Description

Definition at line 112 of file PythonUnitTest.py.

Constructor & Destructor Documentation

◆ __init__()

def TestSupport.PythonUnitTest.MeVisLabTestCase.__init__ (   self,
  methodName = 'runTest' 
)

Definition at line 116 of file PythonUnitTest.py.

Member Function Documentation

◆ addTest()

def TestSupport.PythonUnitTest.MeVisLabTestCase.addTest (   cls,
  testName,
  skip 
)

◆ createRunTestMethod()

def TestSupport.PythonUnitTest.MeVisLabTestCase.createRunTestMethod (   cls,
  testFuncName,
  testIdentifier 
)

◆ setUpClass()

def TestSupport.PythonUnitTest.MeVisLabTestCase.setUpClass (   cls)

◆ tearDownClass()

def TestSupport.PythonUnitTest.MeVisLabTestCase.tearDownClass (   cls)

Member Data Documentation

◆ master

◆ tempDirectory

TestSupport.PythonUnitTest.MeVisLabTestCase.tempDirectory = None
static

The documentation for this class was generated from the following file: