| 6227 | } |
| 6228 | |
| 6229 | bool AssertionResult::hasExpandedExpression() const { |
| 6230 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 6231 | } |
| 6232 | |
| 6233 | std::string AssertionResult::getExpandedExpression() const { |
| 6234 | std::string expr = m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected