| 4864 | |
| 4865 | namespace Catch { |
| 4866 | AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const &_lazyExpression) |
| 4867 | : lazyExpression(_lazyExpression), resultType(_resultType) { |
| 4868 | } |
| 4869 | |
| 4870 | std::string AssertionResultData::reconstructExpression() const { |
| 4871 |
nothing calls this directly
no outgoing calls
no test coverage detected