| 6194 | } |
| 6195 | |
| 6196 | ResultWas::OfType AssertionResult::getResultType() const { |
| 6197 | return m_resultData.resultType; |
| 6198 | } |
| 6199 | |
| 6200 | bool AssertionResult::hasExpression() const { |
| 6201 | return m_info.capturedExpression[0] != 0; |
no outgoing calls
no test coverage detected