Searched refs:ColoredPrintf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 3329 static void ColoredPrintf(GTestColor color, const char* fmt, ...) { in ColoredPrintf() function 3452 ColoredPrintf(GTestColor::kYellow, "Note: %s filter = %s\n", GTEST_NAME_, in OnTestIterationStart() 3458 ColoredPrintf(GTestColor::kYellow, "Note: This is test shard %d of %s.\n", in OnTestIterationStart() 3464 ColoredPrintf(GTestColor::kYellow, in OnTestIterationStart() 3469 ColoredPrintf(GTestColor::kGreen, "[==========] "); in OnTestIterationStart() 3478 ColoredPrintf(GTestColor::kGreen, "[----------] "); in OnEnvironmentsSetUpStart() 3487 ColoredPrintf(GTestColor::kGreen, "[----------] "); in OnTestCaseStart() 3501 ColoredPrintf(GTestColor::kGreen, "[----------] "); in OnTestSuiteStart() 3513 ColoredPrintf(GTestColor::kGreen, "[ RUN ] "); in OnTestStart() 3520 ColoredPrintf(GTestColor::kYellow, "[ DISABLED ] "); in OnTestDisabled() [all …]
|