| 4898 | } |
| 4899 | |
| 4900 | bool AssertionResult::hasExpression() const { |
| 4901 | return m_info.capturedExpression[0] != 0; |
| 4902 | } |
| 4903 | |
| 4904 | bool AssertionResult::hasMessage() const { |
| 4905 | return !m_resultData.message.empty(); |
no outgoing calls
no test coverage detected