Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc3355 static void PrintTestName(const char* test_suite, const char* test) { in PrintTestName() function in testing::internal::PrettyUnitTestResultPrinter
3466 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestStart()
3473 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestDisabled()
3501 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestEnd()
3663 static void PrintTestName(const char* test_suite, const char* test) { in PrintTestName() function in testing::internal::BriefUnitTestResultPrinter
3714 PrintTestName(test_info.test_suite_name(), test_info.name()); in OnTestEnd()