CppUnit project page FAQ CppUnit home page

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TestPlugIn.h File Reference

#include <cppunit/Portability.h>
#include <cppunit/plugin/PlugInParameters.h>
#include <cppunit/plugin/TestPlugInDefaultImpl.h>

Go to the source code of this file.

Classes

struct  CppUnitTestPlugIn
 Test plug-in interface. More...


Defines

#define CPPUNIT_PLUGIN_EXPORTED_NAME   cppunitTestPlugIn
#define CPPUNIT_PLUGIN_EXPORTED_FUNCTION_IMPL(TestPlugInInterfaceType)
#define CPPUNIT_PLUGIN_IMPLEMENT()


Detailed Description


Define Documentation

#define CPPUNIT_PLUGIN_EXPORTED_FUNCTION_IMPL TestPlugInInterfaceType   ) 
 

Value:

CPPUNIT_PLUGIN_EXPORT CppUnitTestPlugIn *CPPUNIT_PLUGIN_EXPORTED_NAME(void) \ { \ static TestPlugInInterfaceType plugIn; \ return &plugIn; \ } \ typedef char __CppUnitPlugInExportFunctionDummyTypeDef

#define CPPUNIT_PLUGIN_EXPORTED_NAME   cppunitTestPlugIn
 

 
#define CPPUNIT_PLUGIN_IMPLEMENT  ) 
 

Value:

CPPUNIT_PLUGIN_EXPORTED_FUNCTION_IMPL( CPPUNIT_NS::TestPlugInDefaultImpl ); \ CPPUNIT_PLUGIN_IMPLEMENT_MAIN()


SourceForge Logo hosts this site. Send comments to:
CppUnit Developers