Default implementation of test plug-in interface.
More...
#include <TestPlugInDefaultImpl.h>
Inheritance diagram for TestPlugInDefaultImpl:
List of all members.
Detailed Description
Default implementation of test plug-in interface.
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() ).
Constructor & Destructor Documentation
CPPUNIT_NS_BEGIN TestPlugInDefaultImpl::TestPlugInDefaultImpl |
( |
|
) |
|
|
Member Function Documentation
void TestPlugInDefaultImpl::addListener |
( |
TestResult * |
eventManager |
) |
|
|
void TestPlugInDefaultImpl::addXmlOutputterHooks |
( |
XmlOutputter * |
outputter |
) |
|
|
void TestPlugInDefaultImpl::removeListener |
( |
TestResult * |
eventManager |
) |
|
|
void TestPlugInDefaultImpl::removeXmlOutputterHooks |
( |
|
) |
[virtual] |
|
The documentation for this class was generated from the following files: