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

Method expectedToFail

unittests/catch.hpp:9938–9940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9936 return ( properties & (ShouldFail | MayFail ) ) != 0;
9937 }
9938 bool TestCaseInfo::expectedToFail() const {
9939 return ( properties & (ShouldFail ) ) != 0;
9940 }
9941
9942 std::string TestCaseInfo::tagsAsString() const {
9943 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected