| 4731 | } |
| 4732 | |
| 4733 | void PrettyUnitTestResultPrinter::OnEnvironmentsTearDownStart( |
| 4734 | const UnitTest& /*unit_test*/) { |
| 4735 | ColoredPrintf(COLOR_GREEN, "[----------] "); |
| 4736 | printf("Global test environment tear-down\n"); |
| 4737 | fflush(stdout); |
| 4738 | } |
| 4739 | |
| 4740 | // Internal helper for printing the list of failed tests. |
| 4741 | void PrettyUnitTestResultPrinter::PrintFailedTests(const UnitTest& unit_test) { |
no test coverage detected