| 8190 | } |
| 8191 | |
| 8192 | void ResultBuilder::endExpression() { |
| 8193 | m_exprComponents.testFalse = isFalseTest( m_assertionInfo.resultDisposition ); |
| 8194 | captureExpression(); |
| 8195 | } |
| 8196 | |
| 8197 | void ResultBuilder::useActiveException( ResultDisposition::Flags resultDisposition ) { |
| 8198 | m_assertionInfo.resultDisposition = resultDisposition; |
no test coverage detected