Home
last modified time | relevance | path

Searched refs:first_test_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2562 const TestInfo* const first_test_info = test_suite->test_info_list()[0]; in HasSameFixtureClass() local
2563 const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; in HasSameFixtureClass()
2564 const char* const first_test_name = first_test_info->name(); in HasSameFixtureClass()