| 5097 | } |
| 5098 | |
| 5099 | bool AssertionResult::hasExpression() const { |
| 5100 | return m_info.capturedExpression[0] != 0; |
| 5101 | } |
| 5102 | |
| 5103 | bool AssertionResult::hasMessage() const { |
| 5104 | return !m_resultData.message.empty(); |
no outgoing calls
no test coverage detected