Qucs-core
0.0.19
|
#include <gtest.h>
Public Types | |
typedef TestCase::ParamType | ParamType |
Public Member Functions | |
TestMetaFactory () | |
virtual TestFactoryBase * | CreateTestFactory (ParamType parameter) |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestMetaFactory) |
Definition at line 10389 of file fused-src/gtest/gtest.h.
typedef TestCase::ParamType testing::internal::TestMetaFactory< TestCase >::ParamType |
Definition at line 10392 of file fused-src/gtest/gtest.h.
testing::internal::TestMetaFactory< TestCase >::TestMetaFactory | ( | ) | [inline] |
Definition at line 10394 of file fused-src/gtest/gtest.h.
virtual TestFactoryBase* testing::internal::TestMetaFactory< TestCase >::CreateTestFactory | ( | ParamType | parameter | ) | [inline, virtual] |
Implements testing::internal::TestMetaFactoryBase< TestCase::ParamType >.
Definition at line 10396 of file fused-src/gtest/gtest.h.
testing::internal::TestMetaFactory< TestCase >::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | TestMetaFactory< TestCase > | ) | [private] |