Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-param-util.h>
Public Types | |
using | ParamType = typename TestSuite::ParamType |
Public Member Functions | |
TestMetaFactory () | |
TestFactoryBase * | CreateTestFactory (ParamType parameter) override |
Public Member Functions inherited from testing::internal::TestMetaFactoryBase< TestSuite::ParamType > | |
virtual | ~TestMetaFactoryBase () |
virtual TestFactoryBase * | CreateTestFactory (TestSuite::ParamTypeparameter)=0 |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestMetaFactory) | |
Definition at line 431 of file gtest-param-util.h.
using testing::internal::TestMetaFactory< TestSuite >::ParamType = typename TestSuite::ParamType |
Definition at line 434 of file gtest-param-util.h.
|
inline |
Definition at line 436 of file gtest-param-util.h.
|
inlineoverride |
Definition at line 438 of file gtest-param-util.h.
|
private |