class TypeParameterizedTestSuiteRegistry
Defined at line 765 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
Keep track of what type-parameterized test suite are defined and
where as well as which are intatiated. This allows susequently
identifying suits that are defined but never used.
Public Methods
void RegisterTestSuite (const char * test_suite_name, CodeLocation code_location)
Add a suite definition
void RegisterInstantiation (const char * test_suite_name)
Add an instantiation of a suit.
void CheckForInstantiations ()
For each suit repored as defined but not reported as instantiation,
emit a test that reports that fact (configurably, as an error).