Public Member Functions | Public Attributes | List of all members
testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfo Struct Reference

Public Member Functions

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

Public Attributes

const string test_base_name
 
const string test_case_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 gtest.h.

Constructor & Destructor Documentation

◆ TestInfo()

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 gtest.h.

Member Data Documentation

◆ test_base_name

template<class TestCase >
const string testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfo::test_base_name

Definition at line 10533 of file gtest.h.

◆ test_case_base_name

template<class TestCase >
const string testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfo::test_case_base_name

Definition at line 10532 of file gtest.h.

◆ test_meta_factory

template<class TestCase >
const scoped_ptr<TestMetaFactoryBase<ParamType> > testing::internal::ParameterizedTestCaseInfo< TestCase >::TestInfo::test_meta_factory

Definition at line 10534 of file gtest.h.


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


self_test
Author(s): Kevin Watts, Brice Rebsamen , Jeremy Leibs and Blaise Gassend
autogenerated on Tue Nov 15 2022 03:17:24