MCPcopy Create free account
hub / github.com/apache/thrift / isFalseTest

Function isFalseTest

compiler/cpp/tests/catch/catch.hpp:898–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896
897 inline bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailure ) != 0; }
898 inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; }
899 inline bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) != 0; }
900
901} // end namespace Catch

Callers 3

getExpressionMethod · 0.85
buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected