template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types>
class TypeParameterizedTestSuite
Defined at line 747 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
TypeParameterizedTestSuite
<Fixture
, Tests, Types>::Register()
registers *all combinations* of 'Tests' and 'Types' with Google
Test. The return value is insignificant - we just need to return
something such that we can call this function in a namespace scope.
Public Methods
bool Register (const char * prefix, CodeLocation code_location, const TypedTestSuitePState * state, const char * case_name, const char * test_names, const std::vector<std::string> & type_names)
Defined at line 749 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h