MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / isHidden

Method isHidden

extern/Catch2/catch.hpp:14130–14132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14128 }
14129
14130 bool TestCaseInfo::isHidden() const {
14131 return ( properties & IsHidden ) != 0;
14132 }
14133 bool TestCaseInfo::throws() const {
14134 return ( properties & Throws ) != 0;
14135 }

Callers 3

listTestsFunction · 0.80
TestGroupMethod · 0.80
filterTestsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGroupMethod · 0.64