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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2279 const TestInfo* const this_test_info = impl->current_test_info(); local
2280 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
2281 const char* const this_test_name = this_test_info->name();
2304 << "illegal. In test case " << this_test_info->test_case_name()
2316 << this_test_info->test_case_name() << ",\n"

Completed in 24 milliseconds