| 5126 | } |
| 5127 | |
| 5128 | bool AssertionResult::hasExpandedExpression() const { |
| 5129 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 5130 | } |
| 5131 | |
| 5132 | std::string AssertionResult::getExpandedExpression() const { |
| 5133 | std::string expr = m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected