| 4072 | } |
| 4073 | |
| 4074 | void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { |
| 4075 | ColoredPrintf(COLOR_GREEN, "[ RUN ] "); |
| 4076 | PrintTestName(test_case_name_.c_str(), test_info.name()); |
| 4077 | printf("\n"); |
| 4078 | fflush(stdout); |
| 4079 | } |
| 4080 | |
| 4081 | // Called after an assertion failure. |
| 4082 | void PrettyUnitTestResultPrinter::OnTestPartResult( |