Returns the test part result reporter for the current thread.
| 2178 | |
| 2179 | // Returns the test part result reporter for the current thread. |
| 2180 | TestPartResultReporterInterface* |
| 2181 | UnitTestImpl::GetTestPartResultReporterForCurrentThread() { |
| 2182 | return per_thread_test_part_result_reporter_.get(); |
| 2183 | } |
| 2184 | |
| 2185 | // Sets the test part result reporter for the current thread. |
| 2186 | void UnitTestImpl::SetTestPartResultReporterForCurrentThread( |
no test coverage detected