MCPcopy Create free account
hub / github.com/RenderKit/oidn / okToFail

Method okToFail

external/catch.hpp:14123–14125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14121 return ( properties & Throws ) != 0;
14122 }
14123 bool TestCaseInfo::okToFail() const {
14124 return ( properties & (ShouldFail | MayFail ) ) != 0;
14125 }
14126 bool TestCaseInfo::expectedToFail() const {
14127 return ( properties & (ShouldFail ) ) != 0;
14128 }

Callers 2

assertionEndedMethod · 0.80
testCaseStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected