Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo Struct Reference

Public Member Functions

 TestInfo (const char *a_test_suite_base_name, const char *a_test_base_name, TestMetaFactoryBase< ParamType > *a_test_meta_factory, CodeLocation a_code_location)
 

Public Attributes

const std::string test_suite_base_name
 
const std::string test_base_name
 
const std::unique_ptr
< TestMetaFactoryBase
< ParamType > > 
test_meta_factory
 
const CodeLocation code_location
 

Detailed Description

template<class TestSuite>
struct testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo

Definition at line 612 of file gtest-param-util.h.

Constructor & Destructor Documentation

template<class TestSuite>
testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::TestInfo ( const char *  a_test_suite_base_name,
const char *  a_test_base_name,
TestMetaFactoryBase< ParamType > *  a_test_meta_factory,
CodeLocation  a_code_location 
)
inline

Definition at line 613 of file gtest-param-util.h.

Member Data Documentation

template<class TestSuite>
const std::string testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::test_suite_base_name

Definition at line 621 of file gtest-param-util.h.

template<class TestSuite>
const std::string testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::test_base_name

Definition at line 622 of file gtest-param-util.h.

template<class TestSuite>
const std::unique_ptr<TestMetaFactoryBase<ParamType> > testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::test_meta_factory

Definition at line 623 of file gtest-param-util.h.

template<class TestSuite>
const CodeLocation testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::code_location

Definition at line 624 of file gtest-param-util.h.


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