CppUnit project page | FAQ |
Abstract TestPlugIn for DLL. More...
#include <TestPlugInInterface.h>
Public Member Functions | |
virtual | ~TestPlugInInterface () |
virtual CppUnit::Test * | makeTest ()=0 |
Abstract TestPlugIn for DLL.
A Test plug-in DLL must subclass this class and "publish" an instance using the following exported function:
When loading the DLL, the TestPlugIn runner look-up this function and retreives the
See the TestPlugIn example for VC++ for details.
|
inlinevirtual |
|
pure virtual |
Returns an instance of the "All Tests" suite.
Send comments to: CppUnit Developers |