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

Function isFalseTest

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

Source from the content-addressed store, hash-verified

813
814 inline bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailure ) != 0; }
815 inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; }
816 inline bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) != 0; }
817
818} // end namespace Catch

Callers 2

getExpressionMethod · 0.85
endExpressionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected