| CppUnit project page | FAQ | CppUnit home page |
#include <AutoRegisterSuite.h>
Public Methods | |
| AutoRegisterSuite () | |
| Auto-register the suite factory in the global registry. More... | |
| AutoRegisterSuite (const std::string &name) | |
| Auto-register the suite factory in the specified registry. More... | |
You should not use this class directly. Instead, use the following macros:
This object will register the test returned by TestCaseType::suite() when constructed to the test registry.This object is intented to be used as a static variable.
| TestCaseType | Type of the test case which suite is registered. |
|
|||||||||
|
Auto-register the suite factory in the global registry.
|
|
||||||||||
|
Auto-register the suite factory in the specified registry.
|
|
|
hosts this site. |
Send comments to: CppUnit Developers |