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