| 6198 | } |
| 6199 | |
| 6200 | bool AssertionResult::hasExpression() const { |
| 6201 | return m_info.capturedExpression[0] != 0; |
| 6202 | } |
| 6203 | |
| 6204 | bool AssertionResult::hasMessage() const { |
| 6205 | return !m_resultData.message.empty(); |
no outgoing calls
no test coverage detected