Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3376 static void PrintTestName(const char* test_suite, const char* test) { in PrintTestName() function in testing::internal::PrettyUnitTestResultPrinter
3487 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::BriefUnitTestResultPrinter
3735 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestEnd()