Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
pyunittester

Data Structures

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

Functions

def pyunittester.execAndConvertExceptionToBoolean
 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
 Run the test suite provided by the specified TestCase class. More...
 

Detailed Description

Simple wrapper of the pyunit framework

Function Documentation

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).

def pyunittester.run (   testCaseClass)

Run the test suite provided by the specified TestCase class.