| 8063 | } |
| 8064 | |
| 8065 | bool AssertionResult::hasExpandedExpression() const { |
| 8066 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 8067 | } |
| 8068 | |
| 8069 | std::string AssertionResult::getExpandedExpression() const { |
| 8070 | return m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected