MCPcopy Create free account
hub / github.com/apache/trafficserver / okToFail

Method okToFail

lib/catch2/catch.hpp:14134–14136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14132 return ( properties & Throws ) != 0;
14133 }
14134 bool TestCaseInfo::okToFail() const {
14135 return ( properties & (ShouldFail | MayFail ) ) != 0;
14136 }
14137 bool TestCaseInfo::expectedToFail() const {
14138 return ( properties & (ShouldFail ) ) != 0;
14139 }

Callers 3

assertionEndedMethod · 0.80
testCaseStartingMethod · 0.80
writeTestCaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected