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