| 2189 | } |
| 2190 | |
| 2191 | DefaultGlobalTestPartResultReporter::DefaultGlobalTestPartResultReporter( |
| 2192 | UnitTestImpl* unit_test) : unit_test_(unit_test) {} |
| 2193 | |
| 2194 | void DefaultGlobalTestPartResultReporter::ReportTestPartResult( |
| 2195 | const TestPartResult& result) { |
nothing calls this directly
no outgoing calls
no test coverage detected