MCPcopy Create free account
hub / github.com/Profactor/cv-plot / okToFail

Method okToFail

CvPlot/ext/catch2/inc/catch.hpp:13896–13898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13894 return ( properties & Throws ) != 0;
13895 }
13896 bool TestCaseInfo::okToFail() const {
13897 return ( properties & (ShouldFail | MayFail ) ) != 0;
13898 }
13899 bool TestCaseInfo::expectedToFail() const {
13900 return ( properties & (ShouldFail ) ) != 0;
13901 }

Callers 2

assertionEndedMethod · 0.80
testCaseStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected