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

Method isHidden

tutorials/external/catch.hpp:11741–11743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11739 }
11740
11741 bool TestCaseInfo::isHidden() const {
11742 return ( properties & IsHidden ) != 0;
11743 }
11744 bool TestCaseInfo::throws() const {
11745 return ( properties & Throws ) != 0;
11746 }

Callers 3

listTestsFunction · 0.80
runTestsFunction · 0.80
filterTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected