MCPcopy Create free account
hub / github.com/apache/qpid-proton / expectedToFail

Method expectedToFail

tests/include/catch.hpp:14141–14143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14139 return ( properties & (ShouldFail | MayFail ) ) != 0;
14140 }
14141 bool TestCaseInfo::expectedToFail() const {
14142 return ( properties & (ShouldFail ) ) != 0;
14143 }
14144
14145 std::string TestCaseInfo::tagsAsString() const {
14146 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected