Returns the test part result reporter for the current thread.
| 713 | |
| 714 | // Returns the test part result reporter for the current thread. |
| 715 | TestPartResultReporterInterface* |
| 716 | UnitTestImpl::GetTestPartResultReporterForCurrentThread() { |
| 717 | return per_thread_test_part_result_reporter_.get(); |
| 718 | } |
| 719 | |
| 720 | // Sets the test part result reporter for the current thread. |
| 721 | void UnitTestImpl::SetTestPartResultReporterForCurrentThread( |
no test coverage detected