| 6413 | } |
| 6414 | |
| 6415 | bool AssertionResult::hasExpression() const { |
| 6416 | return m_info.capturedExpression[0] != 0; |
| 6417 | } |
| 6418 | |
| 6419 | bool AssertionResult::hasMessage() const { |
| 6420 | return !m_resultData.message.empty(); |
no outgoing calls
no test coverage detected