| 8276 | } |
| 8277 | |
| 8278 | bool AssertionResult::hasExpandedExpression() const { |
| 8279 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 8280 | } |
| 8281 | |
| 8282 | std::string AssertionResult::getExpandedExpression() const { |
| 8283 | std::string expr = m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected