| 7279 | } |
| 7280 | |
| 7281 | std::string AssertionResult::getExpandedExpression() const { |
| 7282 | return m_resultData.reconstructedExpression; |
| 7283 | } |
| 7284 | |
| 7285 | std::string AssertionResult::getMessage() const { |
| 7286 | return m_resultData.message; |
no outgoing calls
no test coverage detected