Searched refs:PrintTestName (Results 1 – 1 of 1) sorted by relevance
3376 static void PrintTestName(const char* test_suite, const char* test) { in PrintTestName() function in testing::internal::PrettyUnitTestResultPrinter3487 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestStart()3494 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestDisabled()3522 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestEnd()3684 static void PrintTestName(const char* test_suite, const char* test) { in PrintTestName() function in testing::internal::BriefUnitTestResultPrinter3735 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestEnd()