Searched defs:fixture_class_id (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/googletest/googletest/src/ |
H A D | gtest.cc | 2724 TestInfo(const std::string & a_test_suite_name,const std::string & a_name,const char * a_type_param,const char * a_value_param,internal::CodeLocation a_code_location,internal::TypeId fixture_class_id,internal::TestFactoryBase * factory) TestInfo() argument 2766 MakeAndRegisterTestInfo(const char * test_suite_name,const char * name,const char * type_param,const char * value_param,CodeLocation code_location,TypeId fixture_class_id,SetUpTestSuiteFunc set_up_tc,TearDownTestSuiteFunc tear_down_tc,TestFactoryBase * factory) MakeAndRegisterTestInfo() argument
|