| 5062 | |
| 5063 | namespace Catch { |
| 5064 | AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _lazyExpression): |
| 5065 | lazyExpression(_lazyExpression), |
| 5066 | resultType(_resultType) {} |
| 5067 | |
| 5068 | std::string AssertionResultData::reconstructExpression() const { |
| 5069 |
nothing calls this directly
no outgoing calls
no test coverage detected