Sets the test part result reporter for the current thread.
| 1999 | |
| 2000 | // Sets the test part result reporter for the current thread. |
| 2001 | void UnitTestImpl::SetTestPartResultReporterForCurrentThread( |
| 2002 | TestPartResultReporterInterface* reporter) { |
| 2003 | per_thread_test_part_result_reporter_.set(reporter); |
| 2004 | } |
| 2005 | |
| 2006 | // Gets the number of successful test cases. |
| 2007 | int UnitTestImpl::successful_test_case_count() const { |
no test coverage detected