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 | |
This class is a simple wrapper of the pyunit framework.
This class is a simple wrapper of the pyunit framework.
| def KERNEL_PY.kernel.pyunittester.PyUnitTester.__init__ | ( | self | ) |
| def KERNEL_PY.kernel.pyunittester.PyUnitTester.addTestCase | ( | self, | |
| testCaseClass | |||
| ) |
| def KERNEL_PY.kernel.pyunittester.PyUnitTester.printreport | ( | self | ) |
| def KERNEL_PY.kernel.pyunittester.PyUnitTester.run | ( | self | ) |
References pyunittester.PyUnitTester.__listTestSuite, KERNEL_PY.kernel.pyunittester.PyUnitTester.__listTestSuite, pyunittester.PyUnitTester.__logfilename, KERNEL_PY.kernel.pyunittester.PyUnitTester.__logfilename, pyunittester.PyUnitTester.printreport(), and KERNEL_PY.kernel.pyunittester.PyUnitTester.printreport().
| def KERNEL_PY.kernel.pyunittester.PyUnitTester.setLogFilename | ( | self, | |
| filename | |||
| ) |
|
private |
|
private |