| 4655 | } |
| 4656 | |
| 4657 | void PrettyUnitTestResultPrinter::OnEnvironmentsSetUpStart( |
| 4658 | const UnitTest& /*unit_test*/) { |
| 4659 | ColoredPrintf(COLOR_GREEN, "[----------] "); |
| 4660 | printf("Global test environment set-up.\n"); |
| 4661 | fflush(stdout); |
| 4662 | } |
| 4663 | |
| 4664 | void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestSuite& test_suite) { |
| 4665 | const std::string counts = |
no test coverage detected