CppUnit project page
FAQ
CppUnit home page
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
cppunit
plugin
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
8
#include <
cppunit/plugin/TestPlugIn.h
>
9
10
CPPUNIT_NS_BEGIN
11
12
13
class
TestSuite
;
14
15
26
class
CPPUNIT_API
TestPlugInDefaultImpl
:
public
CppUnitTestPlugIn
27
{
28
public
:
29
TestPlugInDefaultImpl
();
30
31
virtual
~
TestPlugInDefaultImpl
();
32
33
void
initialize
(
TestFactoryRegistry
*registry,
34
const
PlugInParameters
¶meters );
35
36
void
addListener
(
TestResult
*eventManager );
37
38
void
removeListener
(
TestResult
*eventManager );
39
40
void
addXmlOutputterHooks
(
XmlOutputter
*outputter );
41
42
void
removeXmlOutputterHooks
();
43
44
void
uninitialize
(
TestFactoryRegistry
*registry );
45
};
46
47
48
CPPUNIT_NS_END
49
50
#endif // !defined(CPPUNIT_NO_TESTPLUGIN)
51
52
#endif // CPPUNIT_PLUGIN_TESTPLUGINADAPTER
hosts this site.
Send comments to:
CppUnit Developers