| 8067 | } |
| 8068 | |
| 8069 | std::string AssertionResult::getExpandedExpression() const { |
| 8070 | return m_resultData.reconstructExpression(); |
| 8071 | } |
| 8072 | |
| 8073 | std::string AssertionResult::getMessage() const { |
| 8074 | return m_resultData.message; |
no test coverage detected