Returns the test part result reporter for the current thread.
| 2221 | |
| 2222 | // Returns the test part result reporter for the current thread. |
| 2223 | TestPartResultReporterInterface* |
| 2224 | UnitTestImpl::GetTestPartResultReporterForCurrentThread() { |
| 2225 | return per_thread_test_part_result_reporter_.get(); |
| 2226 | } |
| 2227 | |
| 2228 | // Sets the test part result reporter for the current thread. |
| 2229 | void UnitTestImpl::SetTestPartResultReporterForCurrentThread( |
no test coverage detected