CppUnit project page | FAQ | CppUnit home page |
#include <TestPlugInDefaultImpl.h>
Inheritance diagram for TestPlugInDefaultImpl:
Public Member Functions | |
TestPlugInDefaultImpl () | |
virtual | ~TestPlugInDefaultImpl () |
void | initialize (TestFactoryRegistry *registry, const PlugInParameters ¶meters) |
void | addListener (TestResult *eventManager) |
void | removeListener (TestResult *eventManager) |
void | addXmlOutputterHooks (XmlOutputter *outputter) |
void | removeXmlOutputterHooks () |
Called when the XmlOutputter is destroyed. | |
void | uninitialize (TestFactoryRegistry *registry) |
Override getSuiteName() to specify the suite name. Default is "All Tests".
CppUnitTestPlugIn::::getTestSuite() returns a suite that contains all the test registered to the default test factory registry ( TestFactoryRegistry::getRegistry() ).
|
|
|
|
|
|
|
|
|
|
|
|
|
Called when the XmlOutputter is destroyed. Can be used to free some resources allocated by addXmlOutputterHooks(). Implements CppUnitTestPlugIn. |
|
|
hosts this site. |
Send comments to: CppUnit Developers |