#include <gtest-param-util.h>
Public Types | |
using | ParamType = typename TestSuite::ParamType |
Public Member Functions | |
TestFactoryBase * | CreateTestFactory (ParamType parameter) override |
TestMetaFactory () | |
![]() | |
virtual TestFactoryBase * | CreateTestFactory (TestSuite::ParamType parameter)=0 |
virtual | ~TestMetaFactoryBase () |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestMetaFactory) | |
Definition at line 441 of file gtest-param-util.h.
using testing::internal::TestMetaFactory< TestSuite >::ParamType = typename TestSuite::ParamType |
Definition at line 444 of file gtest-param-util.h.
|
inline |
Definition at line 446 of file gtest-param-util.h.
|
inlineoverride |
Definition at line 448 of file gtest-param-util.h.
|
private |