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

Method okToFail

extern/Catch2/catch.hpp:14136–14138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14134 return ( properties & Throws ) != 0;
14135 }
14136 bool TestCaseInfo::okToFail() const {
14137 return ( properties & (ShouldFail | MayFail ) ) != 0;
14138 }
14139 bool TestCaseInfo::expectedToFail() const {
14140 return ( properties & (ShouldFail ) ) != 0;
14141 }

Callers 3

assertionEndedMethod · 0.80
testCaseStartingMethod · 0.80
writeTestCaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected