| 6231 | } |
| 6232 | |
| 6233 | std::string AssertionResult::getExpandedExpression() const { |
| 6234 | std::string expr = m_resultData.reconstructExpression(); |
| 6235 | return expr.empty() |
| 6236 | ? getExpression() |
| 6237 | : expr; |
| 6238 | } |
| 6239 | |
| 6240 | std::string AssertionResult::getMessage() const { |
| 6241 | return m_resultData.message; |
no test coverage detected