| 8047 | } |
| 8048 | |
| 8049 | std::string AssertionResult::getExpandedExpression() const { |
| 8050 | std::string expr = m_resultData.reconstructExpression(); |
| 8051 | return expr.empty() |
| 8052 | ? getExpression() |
| 8053 | : expr; |
| 8054 | } |
| 8055 | |
| 8056 | std::string AssertionResult::getMessage() const { |
| 8057 | return m_resultData.message; |
no test coverage detected