testing::internal::TestMetaFactory< TestSuite > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::internal::TestMetaFactory< TestSuite >:
Inheritance graph

Public Types

using ParamType = typename TestSuite::ParamType
 

Public Member Functions

 TestMetaFactory ()
 
TestFactoryBaseCreateTestFactory (ParamType parameter) override
 

Member Typedef Documentation

◆ ParamType

template<class TestSuite >
using testing::internal::TestMetaFactory< TestSuite >::ParamType = typename TestSuite::ParamType

Constructor & Destructor Documentation

◆ TestMetaFactory()

template<class TestSuite >
testing::internal::TestMetaFactory< TestSuite >::TestMetaFactory ( )
inline

Member Function Documentation

◆ CreateTestFactory()

template<class TestSuite >
TestFactoryBase * testing::internal::TestMetaFactory< TestSuite >::CreateTestFactory ( ParamType  parameter)
inlineoverridevirtual

The documentation for this class was generated from the following file: