| 4595 | public: |
| 4596 | PrettyUnitTestResultPrinter() {} |
| 4597 | static void PrintTestName(const char* test_suite, const char* test) { |
| 4598 | printf("%s.%s", test_suite, test); |
| 4599 | } |
| 4600 | |
| 4601 | // The following methods override what's in the TestEventListener class. |
| 4602 | void OnTestProgramStart(const UnitTest& /*unit_test*/) override {} |
nothing calls this directly
no outgoing calls
no test coverage detected