| 1970 | } |
| 1971 | |
| 1972 | DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter( |
| 1973 | UnitTestImpl* unit_test) : unit_test_(unit_test) {} |
| 1974 | |
| 1975 | void DefaultPerThreadTestPartResultReporter::ReportTestPartResult( |
| 1976 | const TestPartResult& result) { |
nothing calls this directly
no outgoing calls
no test coverage detected