Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ throws
Method
throws
Bcore/src/main/cpp/Dobby/tests/catch.hpp:9845–9847 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9843
return (properties & IsHidden) != 0;
9844
}
9845
bool TestCaseInfo::throws() const {
9846
return (properties & Throws) != 0;
9847
}
9848
bool TestCaseInfo::okToFail() const {
9849
return (properties & (ShouldFail | MayFail)) != 0;
9850
}
Callers
1
matchTest
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected