| 5130 | } |
| 5131 | |
| 5132 | std::string AssertionResult::getExpandedExpression() const { |
| 5133 | std::string expr = m_resultData.reconstructExpression(); |
| 5134 | return expr.empty() |
| 5135 | ? getExpression() |
| 5136 | : expr; |
| 5137 | } |
| 5138 | |
| 5139 | std::string AssertionResult::getMessage() const { |
| 5140 | return m_resultData.message; |
no test coverage detected