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

Method expectedToFail

lib/catch2/catch.hpp:14137–14139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14135 return ( properties & (ShouldFail | MayFail ) ) != 0;
14136 }
14137 bool TestCaseInfo::expectedToFail() const {
14138 return ( properties & (ShouldFail ) ) != 0;
14139 }
14140
14141 std::string TestCaseInfo::tagsAsString() const {
14142 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected