(Implementation) Automatically register the test suite of the specified type.
More...
(Implementation) Automatically register the test suite of the specified type.
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.
- Parameters
-
TestCaseType | Type of the test case which suite is registered. |
- See also
- CPPUNIT_TEST_SUITE_REGISTRATION, CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
-
CppUnit::TestFactoryRegistry.