| 6163 | |
| 6164 | namespace Catch { |
| 6165 | AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _lazyExpression): |
| 6166 | lazyExpression(_lazyExpression), |
| 6167 | resultType(_resultType) {} |
| 6168 | |
| 6169 | std::string AssertionResultData::reconstructExpression() const { |
| 6170 |
nothing calls this directly
no outgoing calls
no test coverage detected