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

Method throws

tutorials/external/catch.hpp:11744–11746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11742 return ( properties & IsHidden ) != 0;
11743 }
11744 bool TestCaseInfo::throws() const {
11745 return ( properties & Throws ) != 0;
11746 }
11747 bool TestCaseInfo::okToFail() const {
11748 return ( properties & (ShouldFail | MayFail ) ) != 0;
11749 }

Callers 1

matchTestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected