MCPcopy Create free account
hub / github.com/apache/trafficserver / isHidden

Method isHidden

lib/catch2/catch.hpp:14128–14130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

listTestsFunction · 0.80
TestGroupMethod · 0.80
filterTestsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGroupMethod · 0.64