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

/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc1955 const TestInfo* const this_test_info = impl->current_test_info(); local
1956 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
1957 const char* const this_test_name = this_test_info->name();
1980 << "illegal. In test case " << this_test_info->test_case_name()
1992 << this_test_info->test_case_name() << ",\n"

Completed in 92 milliseconds