CppUnit project page FAQ CppUnit home page

TestPlugInDefaultImpl.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_PLUGIN_TESTPLUGINADAPTER
2 #define CPPUNIT_PLUGIN_TESTPLUGINADAPTER
3 
4 #include <cppunit/Portability.h>
5 
6 #if !defined(CPPUNIT_NO_TESTPLUGIN)
7 
9 
11 
12 
13 class TestSuite;
14 
15 
27 {
28 public:
30 
31  virtual ~TestPlugInDefaultImpl();
32 
33  void initialize( TestFactoryRegistry *registry,
34  const PlugInParameters &parameters );
35 
36  void addListener( TestResult *eventManager );
37 
38  void removeListener( TestResult *eventManager );
39 
40  void addXmlOutputterHooks( XmlOutputter *outputter );
41 
43 
44  void uninitialize( TestFactoryRegistry *registry );
45 };
46 
47 
49 
50 #endif // !defined(CPPUNIT_NO_TESTPLUGIN)
51 
52 #endif // CPPUNIT_PLUGIN_TESTPLUGINADAPTER

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