Returns the global test part result reporter.
| 2207 | |
| 2208 | // Returns the global test part result reporter. |
| 2209 | TestPartResultReporterInterface* |
| 2210 | UnitTestImpl::GetGlobalTestPartResultReporter() { |
| 2211 | internal::MutexLock lock(&global_test_part_result_reporter_mutex_); |
| 2212 | return global_test_part_result_repoter_; |
| 2213 | } |
| 2214 | |
| 2215 | // Sets the global test part result reporter. |
| 2216 | void UnitTestImpl::SetGlobalTestPartResultReporter( |
no outgoing calls
no test coverage detected