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

Method expectedToFail

external/catch.hpp:14126–14128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14124 return ( properties & (ShouldFail | MayFail ) ) != 0;
14125 }
14126 bool TestCaseInfo::expectedToFail() const {
14127 return ( properties & (ShouldFail ) ) != 0;
14128 }
14129
14130 std::string TestCaseInfo::tagsAsString() const {
14131 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected