CppUnit project page FAQ CppUnit home page

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

PlugInManager Class Reference

Manges TestPlugIn. More...

#include <PlugInManager.h>

List of all members.

Public Methods

 PlugInManager ()
virtual ~PlugInManager ()
 Destructor. More...

void load (const std::string &libraryFileName, const PlugInParameters &parameters=PlugInParameters())
 Loads the specified plug-in. More...

void unload (const std::string &libraryFileName)
 Unloads the specified plug-in. More...

void addListener (TestResult *eventManager)
 Gives a chance to each loaded plug-in to register TestListener. More...

void removeListener (TestResult *eventManager)
 Gives a chance to each loaded plug-in to unregister TestListener. For each plug-in, call CppUnitTestPlugIn::removeListener(). More...

void addXmlOutputterHooks (XmlOutputter *outputter)
 Provides a way for the plug-in to register some XmlOutputterHook. More...

void removeXmlOutputterHooks ()
 Called when the XmlOutputter is destroyed. More...


Protected Methods

void unload (PlugInInfo &plugIn)

Private Types

typedef CppUnitDeque< PlugInInfoPlugIns

Private Methods

 PlugInManager (const PlugInManager &copy)
 Prevents the use of the copy constructor. More...

void operator= (const PlugInManager &copy)
 Prevents the use of the copy operator. More...


Private Attributes

PlugIns m_plugIns


Detailed Description

Manges TestPlugIn.


Member Typedef Documentation

typedef CppUnitDeque<PlugInInfo> PlugInManager::PlugIns [private]
 


Constructor & Destructor Documentation

CPPUNIT_NS_BEGIN PlugInManager::PlugInManager  
 

Constructs a PlugInManager object.

PlugInManager::~PlugInManager   [virtual]
 

Destructor.

PlugInManager::PlugInManager const PlugInManager &    copy [private]
 

Prevents the use of the copy constructor.


Member Function Documentation

void PlugInManager::addListener TestResult   eventManager
 

Gives a chance to each loaded plug-in to register TestListener.

For each plug-in, call CppUnitTestPlugIn::addListener().

void PlugInManager::addXmlOutputterHooks XmlOutputter   outputter
 

Provides a way for the plug-in to register some XmlOutputterHook.

void PlugInManager::load const std::string &    libraryFileName,
const PlugInParameters   parameters = PlugInParameters()
 

Loads the specified plug-in.

After being loaded, the CppUnitTestPlugIn::initialize() is called.

Parameters:
libraryFileName  Name of the file that contains the TestPlugIn.
parameters  List of string passed to the plug-in.
Returns:
Pointer on the DynamicLibraryManager associated to the library. Valid until the library is unloaded. Never NULL.
Exceptions:
DynamicLibraryManagerException  is thrown if an error occurs during loading.

void PlugInManager::operator= const PlugInManager &    copy [private]
 

Prevents the use of the copy operator.

void PlugInManager::removeListener TestResult   eventManager
 

Gives a chance to each loaded plug-in to unregister TestListener. For each plug-in, call CppUnitTestPlugIn::removeListener().

void PlugInManager::removeXmlOutputterHooks  
 

Called when the XmlOutputter is destroyed.

Can be used to free some resources allocated by addXmlOutputterHooks().

void PlugInManager::unload PlugInInfo   plugIn [protected]
 

Unloads the specified plug-in.

Parameters:
plugIn  Information about the plug-in.

void PlugInManager::unload const std::string &    libraryFileName
 

Unloads the specified plug-in.

Parameters:
libraryFileName  Name of the file that contains the TestPlugIn passed to a previous call to load().


Member Data Documentation

PlugIns PlugInManager::m_plugIns [private]
 


The documentation for this class was generated from the following files:
SourceForge Logo hosts this site. Send comments to:
CppUnit Developers