Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
| 2064 | // Increments the test part result count and remembers the result. |
| 2065 | // This method is from the TestPartResultReporterInterface interface. |
| 2066 | void ScopedFakeTestPartResultReporter::ReportTestPartResult( |
| 2067 | const TestPartResult& result) { |
| 2068 | result_->Append(result); |
| 2069 | } |
| 2070 | |
| 2071 | namespace internal { |
| 2072 |
no test coverage detected