CppUnit project page | FAQ | CppUnit home page |
#include <TestPlugInInterface.h>
Public Member Functions | |
virtual | ~TestPlugInInterface () |
virtual CppUnit::Test * | makeTest ()=0 |
extern "C" { __declspec(dllimport) TestPlugInInterface *GetTestPlugInInterface(); }
When loading the DLL, the TestPlugIn runner look-up this function and retreives the
See the TestPlugIn example for VC++ for details.
|
|
|
Returns an instance of the "All Tests" suite.
|
hosts this site. |
Send comments to: CppUnit Developers |