template <class ParamType>

class TestMetaFactoryBase

Defined at line 421 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h

INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.

TestMetaFactoryBase is a base class for meta-factories that create

test factories for passing into MakeAndRegisterTestInfo function.

Public Methods

TestFactoryBase * CreateTestFactory (ParamType parameter)
void ~TestMetaFactoryBase<ParamType> ()

Defined at line 423 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h