MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isHidden

Method isHidden

extlibs/catch/include/catch/catch.hpp:13552–13554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13550 }
13551
13552 bool TestCaseInfo::isHidden() const {
13553 return ( properties & IsHidden ) != 0;
13554 }
13555 bool TestCaseInfo::throws() const {
13556 return ( properties & Throws ) != 0;
13557 }

Callers 3

listTestsFunction · 0.80
TestGroupMethod · 0.80
filterTestsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGroupMethod · 0.64