Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2511 const char* const first_test_name = first_test_info->name(); in HasSameFixtureClass() local
2532 first_is_TEST ? first_test_name : this_test_name; in HasSameFixtureClass()
2534 first_is_TEST ? this_test_name : first_test_name; in HasSameFixtureClass()
2552 << "you defined test " << first_test_name << " and test " in HasSameFixtureClass()