| 8366 | } |
| 8367 | |
| 8368 | std::string AssertionResult::getExpandedExpression() const { |
| 8369 | std::string expr = m_resultData.reconstructExpression(); |
| 8370 | return expr.empty() |
| 8371 | ? getExpression() |
| 8372 | : expr; |
| 8373 | } |
| 8374 | |
| 8375 | std::string AssertionResult::getMessage() const { |
| 8376 | return m_resultData.message; |
no test coverage detected