Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2540 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
2541 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2542 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
2565 << "illegal. In test suite " << this_test_info->test_suite_name() in HasSameFixtureClass()
2577 << this_test_info->test_suite_name() << ",\n" in HasSameFixtureClass()