MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / isHidden

Method isHidden

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9842–9844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9840}
9841
9842bool TestCaseInfo::isHidden() const {
9843 return (properties & IsHidden) != 0;
9844}
9845bool TestCaseInfo::throws() const {
9846 return (properties & Throws) != 0;
9847}

Callers 1

listTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected