| 8010 | } |
| 8011 | |
| 8012 | ResultWas::OfType AssertionResult::getResultType() const { |
| 8013 | return m_resultData.resultType; |
| 8014 | } |
| 8015 | |
| 8016 | bool AssertionResult::hasExpression() const { |
| 8017 | return m_info.capturedExpression[0] != 0; |
no outgoing calls
no test coverage detected