MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / expectedToFail

Method expectedToFail

extlibs/catch/include/catch/catch.hpp:13561–13563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13559 return ( properties & (ShouldFail | MayFail ) ) != 0;
13560 }
13561 bool TestCaseInfo::expectedToFail() const {
13562 return ( properties & (ShouldFail ) ) != 0;
13563 }
13564
13565 std::string TestCaseInfo::tagsAsString() const {
13566 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected