| 4675 | } |
| 4676 | |
| 4677 | void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { |
| 4678 | ColoredPrintf(COLOR_GREEN, "[ RUN ] "); |
| 4679 | PrintTestName(test_info.test_suite_name(), test_info.name()); |
| 4680 | printf("\n"); |
| 4681 | fflush(stdout); |
| 4682 | } |
| 4683 | |
| 4684 | // Called after an assertion failure. |
| 4685 | void PrettyUnitTestResultPrinter::OnTestPartResult( |