| 8359 | } |
| 8360 | |
| 8361 | std::string AssertionResult::getExpandedExpression() const { |
| 8362 | std::string expr = m_resultData.reconstructExpression(); |
| 8363 | return expr.empty() |
| 8364 | ? getExpression() |
| 8365 | : expr; |
| 8366 | } |
| 8367 | |
| 8368 | std::string AssertionResult::getMessage() const { |
| 8369 | return m_resultData.message; |
no test coverage detected