| 6442 | } |
| 6443 | |
| 6444 | bool AssertionResult::hasExpandedExpression() const { |
| 6445 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 6446 | } |
| 6447 | |
| 6448 | std::string AssertionResult::getExpandedExpression() const { |
| 6449 | std::string expr = m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected