MCPcopy Create free account
hub / github.com/FidoProject/Fido / endExpression

Method endExpression

tests/catch.h:8192–8195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

endExpressionMethod · 0.45

Calls 1

isFalseTestFunction · 0.85

Tested by

no test coverage detected