Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
| 2084 | // Increments the test part result count and remembers the result. |
| 2085 | // This method is from the TestPartResultReporterInterface interface. |
| 2086 | void ScopedFakeTestPartResultReporter::ReportTestPartResult( |
| 2087 | const TestPartResult& result) { |
| 2088 | result_->Append(result); |
| 2089 | } |
| 2090 | |
| 2091 | namespace internal { |
| 2092 |
no test coverage detected