Returns the test part result reporter for the current thread.
| 2207 | |
| 2208 | // Returns the test part result reporter for the current thread. |
| 2209 | TestPartResultReporterInterface* |
| 2210 | UnitTestImpl::GetTestPartResultReporterForCurrentThread() { |
| 2211 | return per_thread_test_part_result_reporter_.get(); |
| 2212 | } |
| 2213 | |
| 2214 | // Sets the test part result reporter for the current thread. |
| 2215 | void UnitTestImpl::SetTestPartResultReporterForCurrentThread( |
no test coverage detected