MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / okToFail

Method okToFail

extlibs/catch/include/catch/catch.hpp:13558–13560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13556 return ( properties & Throws ) != 0;
13557 }
13558 bool TestCaseInfo::okToFail() const {
13559 return ( properties & (ShouldFail | MayFail ) ) != 0;
13560 }
13561 bool TestCaseInfo::expectedToFail() const {
13562 return ( properties & (ShouldFail ) ) != 0;
13563 }

Callers 2

assertionEndedMethod · 0.80
testCaseStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected