| 4931 | } |
| 4932 | |
| 4933 | std::string AssertionResult::getExpandedExpression() const { |
| 4934 | std::string expr = m_resultData.reconstructExpression(); |
| 4935 | return expr.empty() ? getExpression() : expr; |
| 4936 | } |
| 4937 | |
| 4938 | std::string AssertionResult::getMessage() const { |
| 4939 | return m_resultData.message; |
no test coverage detected