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

Method okToFail

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

Source from the content-addressed store, hash-verified

11471 return ( properties & Throws ) != 0;
11472 }
11473 bool TestCaseInfo::okToFail() const {
11474 return ( properties & (ShouldFail | MayFail ) ) != 0;
11475 }
11476 bool TestCaseInfo::expectedToFail() const {
11477 return ( properties & (ShouldFail ) ) != 0;
11478 }

Callers 2

assertionEndedMethod · 0.80
testCaseStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected