| 4927 | } |
| 4928 | |
| 4929 | bool AssertionResult::hasExpandedExpression() const { |
| 4930 | return hasExpression() && getExpandedExpression() != getExpression(); |
| 4931 | } |
| 4932 | |
| 4933 | std::string AssertionResult::getExpandedExpression() const { |
| 4934 | std::string expr = m_resultData.reconstructExpression(); |
no outgoing calls
no test coverage detected