| 8014 | } |
| 8015 | |
| 8016 | bool AssertionResult::hasExpression() const { |
| 8017 | return m_info.capturedExpression[0] != 0; |
| 8018 | } |
| 8019 | |
| 8020 | bool AssertionResult::hasMessage() const { |
| 8021 | return !m_resultData.message.empty(); |
no outgoing calls
no test coverage detected