| 6409 | } |
| 6410 | |
| 6411 | ResultWas::OfType AssertionResult::getResultType() const { |
| 6412 | return m_resultData.resultType; |
| 6413 | } |
| 6414 | |
| 6415 | bool AssertionResult::hasExpression() const { |
| 6416 | return m_info.capturedExpression[0] != 0; |
no outgoing calls
no test coverage detected