| 2146 | } |
| 2147 | |
| 2148 | DefaultGlobalTestPartResultReporter::DefaultGlobalTestPartResultReporter( |
| 2149 | UnitTestImpl* unit_test) : unit_test_(unit_test) {} |
| 2150 | |
| 2151 | void DefaultGlobalTestPartResultReporter::ReportTestPartResult( |
| 2152 | const TestPartResult& result) { |
nothing calls this directly
no outgoing calls
no test coverage detected