Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/googletest/googletest/src/
HDgtest.cc2535 const TestInfo* const first_test_info = test_suite->test_info_list()[0]; in HasSameFixtureClass() local
2536 const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; in HasSameFixtureClass()
2537 const char* const first_test_name = first_test_info->name(); in HasSameFixtureClass()