| 8043 | } |
| 8044 | |
| 8045 | bool AssertionResult::hasExpandedExpression() const { |
| 8046 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 8047 | } |
| 8048 | |
| 8049 | std::string AssertionResult::getExpandedExpression() const { |
| 8050 | std::string expr = m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected