| 8280 | } |
| 8281 | |
| 8282 | std::string AssertionResult::getExpandedExpression() const { |
| 8283 | std::string expr = m_resultData.reconstructExpression(); |
| 8284 | return expr.empty() |
| 8285 | ? getExpression() |
| 8286 | : expr; |
| 8287 | } |
| 8288 | |
| 8289 | std::string AssertionResult::getMessage() const { |
| 8290 | return m_resultData.message; |
no test coverage detected