| 4306 | } |
| 4307 | |
| 4308 | void PrettyUnitTestResultPrinter::OnEnvironmentsTearDownStart( |
| 4309 | const UnitTest& /*unit_test*/) { |
| 4310 | ColoredPrintf(COLOR_GREEN, "[----------] "); |
| 4311 | printf("Global test environment tear-down\n"); |
| 4312 | fflush(stdout); |
| 4313 | } |
| 4314 | |
| 4315 | // Internal helper for printing the list of failed tests. |
| 4316 | void PrettyUnitTestResultPrinter::PrintFailedTests(const UnitTest& unit_test) { |
no test coverage detected