Sets the global test part result reporter.
| 1986 | |
| 1987 | // Sets the global test part result reporter. |
| 1988 | void UnitTestImpl::SetGlobalTestPartResultReporter( |
| 1989 | TestPartResultReporterInterface* reporter) { |
| 1990 | internal::MutexLock lock(&global_test_part_result_reporter_mutex_); |
| 1991 | global_test_part_result_repoter_ = reporter; |
| 1992 | } |
| 1993 | |
| 1994 | // Returns the test part result reporter for the current thread. |
| 1995 | TestPartResultReporterInterface* |
no outgoing calls
no test coverage detected