Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
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 |
Definition at line 612 of file gtest-param-util.h.
|
inline |
Definition at line 613 of file gtest-param-util.h.
const std::string testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::test_suite_base_name |
Definition at line 621 of file gtest-param-util.h.
const std::string testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::test_base_name |
Definition at line 622 of file gtest-param-util.h.
const std::unique_ptr<TestMetaFactoryBase<ParamType> > testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::test_meta_factory |
Definition at line 623 of file gtest-param-util.h.
const CodeLocation testing::internal::ParameterizedTestSuiteInfo< TestSuite >::TestInfo::code_location |
Definition at line 624 of file gtest-param-util.h.