| 697 | } |
| 698 | |
| 699 | bool AssertionResult::hasExpandedExpression() const { |
| 700 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 701 | } |
| 702 | |
| 703 | std::string AssertionResult::getExpandedExpression() const { |
| 704 | std::string expr = m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected