| 6040 | } |
| 6041 | |
| 6042 | std::string AssertionResult::getExpandedExpression() const { |
| 6043 | return m_resultData.reconstructedExpression; |
| 6044 | } |
| 6045 | |
| 6046 | std::string AssertionResult::getMessage() const { |
| 6047 | return m_resultData.message; |
no outgoing calls
no test coverage detected