| 690 | } |
| 691 | |
| 692 | DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter( |
| 693 | UnitTestImpl* unit_test) : unit_test_(unit_test) {} |
| 694 | |
| 695 | void DefaultPerThreadTestPartResultReporter::ReportTestPartResult( |
| 696 | const TestPartResult& result) { |
nothing calls this directly
no outgoing calls
no test coverage detected