template <class TestClass>
class ParameterizedTestFactory
Defined at line 399 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
Stores a parameter value and later creates tests parameterized with that
value.
Public Methods
void ParameterizedTestFactory<TestClass> (ParamType parameter)
Defined at line 402 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
Test * CreateTest ()
Defined at line 404 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h