
Data Structures | |
| class | pyunittester.PyUnitTester |
| This class is a simple wrapper of the pyunit framework. More... | |
| class | KERNEL_PY.kernel.pyunittester.PyUnitTester |
| This class is a simple wrapper of the pyunit framework. More... | |
Functions | |
| def | pyunittester.execAndConvertExceptionToBoolean (function) |
| This can be used to just execute a test function that is considered as OK simply if no exception is raised (can be test by an assertTrue). More... | |
| def | pyunittester.run (testCaseClass) |
| Run the test suite provided by the specified TestCase class. More... | |
| def | KERNEL_PY.kernel.pyunittester.execAndConvertExceptionToBoolean (function) |
| This can be used to just execute a test function that is considered as OK simply if no exception is raised (can be test by an assertTrue). More... | |
| def | KERNEL_PY.kernel.pyunittester.run (testCaseClass) |
| Run the test suite provided by the specified TestCase class. More... | |
Simple wrapper of the pyunit framework
| def pyunittester.execAndConvertExceptionToBoolean | ( | function | ) |
This can be used to just execute a test function that is considered as OK simply if no exception is raised (can be test by an assertTrue).
Referenced by pyunittester.MyTestCase2.test_myTest_01(), pyunittester.MyTestCase2.test_myTest_02(), pyunittester.MyTestCase2.test_myTest_03(), and pyunittester.MyTestCase2.test_myTest_04().
| def KERNEL_PY.kernel.pyunittester.execAndConvertExceptionToBoolean | ( | function | ) |
This can be used to just execute a test function that is considered as OK simply if no exception is raised (can be test by an assertTrue).
This can be used to just execute a test function that is considered as OK simply if no exception is raised (can be test by an assertTrue).
Referenced by KERNEL_PY.kernel.pyunittester.MyTestCase2.test_myTest_01(), KERNEL_PY.kernel.pyunittester.MyTestCase2.test_myTest_02(), KERNEL_PY.kernel.pyunittester.MyTestCase2.test_myTest_03(), and KERNEL_PY.kernel.pyunittester.MyTestCase2.test_myTest_04().
| def pyunittester.run | ( | testCaseClass | ) |
Run the test suite provided by the specified TestCase class.
Referenced by LifeCycleCORBA_SWIGTest.main(), datamodeler.TEST_defaultValues(), KERNEL_PY.kernel.datamodeler.TEST_defaultValues(), and KERNEL_PY.kernel.testdata.TEST_serialize().
| def KERNEL_PY.kernel.pyunittester.run | ( | testCaseClass | ) |
Run the test suite provided by the specified TestCase class.
Run the test suite provided by the specified TestCase class.