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

Method okToFail

unittests/catch.hpp:9935–9937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9933 return ( properties & Throws ) != 0;
9934 }
9935 bool TestCaseInfo::okToFail() const {
9936 return ( properties & (ShouldFail | MayFail ) ) != 0;
9937 }
9938 bool TestCaseInfo::expectedToFail() const {
9939 return ( properties & (ShouldFail ) ) != 0;
9940 }

Callers 2

assertionEndedMethod · 0.80
testCaseStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected