Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
| 2110 | // Increments the test part result count and remembers the result. |
| 2111 | // This method is from the TestPartResultReporterInterface interface. |
| 2112 | void ScopedFakeTestPartResultReporter::ReportTestPartResult( |
| 2113 | const TestPartResult& result) { |
| 2114 | result_->Append(result); |
| 2115 | } |
| 2116 | |
| 2117 | namespace internal { |
| 2118 |
no test coverage detected