| 2155 | } |
| 2156 | |
| 2157 | DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter( |
| 2158 | UnitTestImpl* unit_test) : unit_test_(unit_test) {} |
| 2159 | |
| 2160 | void DefaultPerThreadTestPartResultReporter::ReportTestPartResult( |
| 2161 | const TestPartResult& result) { |
nothing calls this directly
no outgoing calls
no test coverage detected