| 2198 | } |
| 2199 | |
| 2200 | DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter( |
| 2201 | UnitTestImpl* unit_test) : unit_test_(unit_test) {} |
| 2202 | |
| 2203 | void DefaultPerThreadTestPartResultReporter::ReportTestPartResult( |
| 2204 | const TestPartResult& result) { |
nothing calls this directly
no outgoing calls
no test coverage detected