Qucs-core  0.0.19
Public Types | Public Member Functions | Private Member Functions
testing::internal::TestMetaFactory< TestCase > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::internal::TestMetaFactory< TestCase >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::TestMetaFactory< TestCase >:
Collaboration graph
[legend]

Public Types

typedef TestCase::ParamType ParamType

Public Member Functions

 TestMetaFactory ()
virtual TestFactoryBaseCreateTestFactory (ParamType parameter)

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestMetaFactory)

Detailed Description

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

Definition at line 10389 of file fused-src/gtest/gtest.h.


Member Typedef Documentation

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

Definition at line 10392 of file fused-src/gtest/gtest.h.


Constructor & Destructor Documentation

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

Definition at line 10394 of file fused-src/gtest/gtest.h.


Member Function Documentation

template<class TestCase >
virtual TestFactoryBase* testing::internal::TestMetaFactory< TestCase >::CreateTestFactory ( ParamType  parameter) [inline, virtual]

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