|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <gtest-param-util.h>
Classes | |
| struct | TypeParameterizedTestSuiteInfo |
Public Member Functions | |
| void | RegisterTestSuite (const char *test_suite_name, CodeLocation code_location) |
| void | RegisterInstantiation (const char *test_suite_name) |
| void | CheckForInstantiations () |
Private Attributes | |
| std::map< std::string, TypeParameterizedTestSuiteInfo > | suites_ |
Definition at line 750 of file gtest-param-util.h.
| void testing::internal::TypeParameterizedTestSuiteRegistry::RegisterTestSuite | ( | const char * | test_suite_name, |
| CodeLocation | code_location ) |
| void testing::internal::TypeParameterizedTestSuiteRegistry::RegisterInstantiation | ( | const char * | test_suite_name | ) |
| void testing::internal::TypeParameterizedTestSuiteRegistry::CheckForInstantiations | ( | ) |
|
private |
Definition at line 772 of file gtest-param-util.h.