MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / throws

Method throws

tests/catch.hpp:11470–11472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11468 return ( properties & IsHidden ) != 0;
11469 }
11470 bool TestCaseInfo::throws() const {
11471 return ( properties & Throws ) != 0;
11472 }
11473 bool TestCaseInfo::okToFail() const {
11474 return ( properties & (ShouldFail | MayFail ) ) != 0;
11475 }

Callers 1

matchTestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected