Returns the global test part result reporter.
| 2193 | |
| 2194 | // Returns the global test part result reporter. |
| 2195 | TestPartResultReporterInterface* |
| 2196 | UnitTestImpl::GetGlobalTestPartResultReporter() { |
| 2197 | internal::MutexLock lock(&global_test_part_result_reporter_mutex_); |
| 2198 | return global_test_part_result_repoter_; |
| 2199 | } |
| 2200 | |
| 2201 | // Sets the global test part result reporter. |
| 2202 | void UnitTestImpl::SetGlobalTestPartResultReporter( |
no outgoing calls
no test coverage detected