MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / shouldSuppressFailure

Function shouldSuppressFailure

tests/catch.hpp:10004–10004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10002
10003 bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailure ) != 0; }
10004 bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) != 0; }
10005
10006} // end namespace Catch
10007// end catch_result_type.cpp

Callers 1

isOkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected