tesseract v5.3.3.20231005
|
#include <gtest-param-util.h>
Public Types | |
using | ParamType = typename TestSuite::ParamType |
Public Member Functions | |
TestMetaFactory () | |
TestFactoryBase * | CreateTestFactory (ParamType parameter) override |
![]() | |
virtual | ~TestMetaFactoryBase () |
virtual TestFactoryBase * | CreateTestFactory (TestSuite::ParamType parameter)=0 |
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.
|
inlineoverridevirtual |
Implements testing::internal::TestMetaFactoryBase< TestSuite::ParamType >.
Definition at line 438 of file gtest-param-util.h.