Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
listTests
Function · 0.80
TestGroup
Method · 0.80
filterTests
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestGroup
Method · 0.64