| 8323 | } |
| 8324 | |
| 8325 | ResultWas::OfType AssertionResult::getResultType() const { |
| 8326 | return m_resultData.resultType; |
| 8327 | } |
| 8328 | |
| 8329 | bool AssertionResult::hasExpression() const { |
| 8330 | return !m_info.capturedExpression.empty(); |
no outgoing calls
no test coverage detected