MCPcopy Create free account
hub / github.com/RenderKit/embree / expectedToFail

Method expectedToFail

tutorials/external/catch.hpp:11750–11752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11748 return ( properties & (ShouldFail | MayFail ) ) != 0;
11749 }
11750 bool TestCaseInfo::expectedToFail() const {
11751 return ( properties & (ShouldFail ) ) != 0;
11752 }
11753
11754 std::string TestCaseInfo::tagsAsString() const {
11755 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected