Version: 9.12.0
KERNEL_PY.kernel.pyunittester.PyUnitTester Class Reference

This class is a simple wrapper of the pyunit framework. More...

Public Member Functions

def __init__ (self)
 
def addTestCase (self, testCaseClass)
 
def setLogFilename (self, filename)
 
def run (self)
 
def printreport (self)
 

Private Attributes

 __listTestSuite
 
 __logfilename
 

Detailed Description

This class is a simple wrapper of the pyunit framework.

This class is a simple wrapper of the pyunit framework.

Constructor & Destructor Documentation

◆ __init__()

def KERNEL_PY.kernel.pyunittester.PyUnitTester.__init__ (   self)

Member Function Documentation

◆ addTestCase()

def KERNEL_PY.kernel.pyunittester.PyUnitTester.addTestCase (   self,
  testCaseClass 
)

◆ printreport()

◆ run()

◆ setLogFilename()

def KERNEL_PY.kernel.pyunittester.PyUnitTester.setLogFilename (   self,
  filename 
)

Field Documentation

◆ __listTestSuite

◆ __logfilename