Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
| 1879 | // Increments the test part result count and remembers the result. |
| 1880 | // This method is from the TestPartResultReporterInterface interface. |
| 1881 | void ScopedFakeTestPartResultReporter::ReportTestPartResult( |
| 1882 | const TestPartResult& result) { |
| 1883 | result_->Append(result); |
| 1884 | } |
| 1885 | |
| 1886 | namespace internal { |
| 1887 |
no test coverage detected