Qucs-core  0.0.19
Public Member Functions | Data Fields
testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfo Struct Reference
Collaboration diagram for testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfo:
Collaboration graph
[legend]

Public Member Functions

 TestInfo (const char *a_test_case_base_name, const char *a_test_base_name, TestMetaFactoryBase< ParamType > *a_test_meta_factory)

Data Fields

const string test_case_base_name
const string test_base_name
const scoped_ptr
< TestMetaFactoryBase
< ParamType > > 
test_meta_factory

Detailed Description

template<class TestCase>
struct testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfo

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


Constructor & Destructor Documentation

template<class TestCase>
testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfo::TestInfo ( const char *  a_test_case_base_name,
const char *  a_test_base_name,
TestMetaFactoryBase< ParamType > *  a_test_meta_factory 
) [inline]

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


Field Documentation

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

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

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


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