| 1961 | } |
| 1962 | |
| 1963 | DefaultGlobalTestPartResultReporter::DefaultGlobalTestPartResultReporter( |
| 1964 | UnitTestImpl* unit_test) : unit_test_(unit_test) {} |
| 1965 | |
| 1966 | void DefaultGlobalTestPartResultReporter::ReportTestPartResult( |
| 1967 | const TestPartResult& result) { |
nothing calls this directly
no outgoing calls
no test coverage detected