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

Method okToFail

compiler/cpp/tests/catch/catch.hpp:8223–8225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8221 return ( properties & Throws ) != 0;
8222 }
8223 bool TestCaseInfo::okToFail() const {
8224 return ( properties & (ShouldFail | MayFail ) ) != 0;
8225 }
8226 bool TestCaseInfo::expectedToFail() const {
8227 return ( properties & (ShouldFail ) ) != 0;
8228 }

Callers 2

runCurrentTestMethod · 0.80
testCaseStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected