CppUnit::NamedRegistries Class Reference
(Implementation) This class manages all the TestFactoryRegistry.
More...
List of all members.
Detailed Description
(Implementation) This class manages all the TestFactoryRegistry.
Responsible for the life-cycle of the TestFactoryRegistry.
TestFactory registry must call wasDestroyed() to indicate that a given TestRegistry was destroyed, and needDestroy() to know if a given TestFactory need to be destroyed (was not already destroyed by another TestFactoryRegistry).
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
bool CppUnit::NamedRegistries::needDestroy |
( |
TestFactory * |
factory |
) |
|
|
void CppUnit::NamedRegistries::wasDestroyed |
( |
TestFactory * |
factory |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following file: