MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / okToFail

Method okToFail

deps/Catch/catch.hpp:14035–14037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14033 return ( properties & Throws ) != 0;
14034 }
14035 bool TestCaseInfo::okToFail() const {
14036 return ( properties & (ShouldFail | MayFail ) ) != 0;
14037 }
14038 bool TestCaseInfo::expectedToFail() const {
14039 return ( properties & (ShouldFail ) ) != 0;
14040 }

Callers 2

assertionEndedMethod · 0.80
testCaseStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected