| 6446 | } |
| 6447 | |
| 6448 | std::string AssertionResult::getExpandedExpression() const { |
| 6449 | std::string expr = m_resultData.reconstructExpression(); |
| 6450 | return expr.empty() |
| 6451 | ? getExpression() |
| 6452 | : expr; |
| 6453 | } |
| 6454 | |
| 6455 | std::string AssertionResult::getMessage() const { |
| 6456 | return m_resultData.message; |
no test coverage detected