Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::TestMetaFactory< TestCase > Class Template Reference

#include <gtest-param-util.h>

Inheritance diagram for testing::internal::TestMetaFactory< TestCase >:
Collaboration diagram for testing::internal::TestMetaFactory< TestCase >:

Public Types

typedef TestCase::ParamType ParamType
 

Public Member Functions

 TestMetaFactory ()
 
virtual TestFactoryBaseCreateTestFactory (ParamType parameter)
 
- Public Member Functions inherited from testing::internal::TestMetaFactoryBase< TestCase::ParamType >
virtual ~TestMetaFactoryBase ()
 
virtual TestFactoryBaseCreateTestFactory (ParamType parameter)=0
 

Detailed Description

template<class TestCase>
class testing::internal::TestMetaFactory< TestCase >

Definition at line 440 of file gtest-param-util.h.

Member Typedef Documentation

◆ ParamType

template<class TestCase >
TestCase::ParamType testing::internal::TestMetaFactory< TestCase >::ParamType

Definition at line 443 of file gtest-param-util.h.

Constructor & Destructor Documentation

◆ TestMetaFactory()

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

Definition at line 445 of file gtest-param-util.h.

445{}

Member Function Documentation

◆ CreateTestFactory()

template<class TestCase >
virtual TestFactoryBase * testing::internal::TestMetaFactory< TestCase >::CreateTestFactory ( ParamType parameter)
inlinevirtual

Definition at line 447 of file gtest-param-util.h.

447 {
448 return new ParameterizedTestFactory<TestCase>(parameter);
449 }
#define parameter
Definition pkcs11.h:165

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