| 9024 | } |
| 9025 | |
| 9026 | std::string AssertionResult::getExpandedExpression() const { |
| 9027 | std::string expr = m_resultData.reconstructExpression(); |
| 9028 | return expr.empty() ? getExpression() : expr; |
| 9029 | } |
| 9030 | |
| 9031 | std::string AssertionResult::getMessage() const { return m_resultData.message; } |
| 9032 | SourceLineInfo AssertionResult::getSourceInfo() const { |
no test coverage detected