| 8362 | } |
| 8363 | |
| 8364 | bool AssertionResult::hasExpandedExpression() const { |
| 8365 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 8366 | } |
| 8367 | |
| 8368 | std::string AssertionResult::getExpandedExpression() const { |
| 8369 | std::string expr = m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected