Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ expectedToFail
Method
expectedToFail
Bcore/src/main/cpp/Dobby/tests/catch.hpp:9851–9853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9849
return (properties & (ShouldFail | MayFail)) != 0;
9850
}
9851
bool TestCaseInfo::expectedToFail() const {
9852
return (properties & (ShouldFail)) != 0;
9853
}
9854
9855
std::string TestCaseInfo::tagsAsString() const {
9856
std::string ret;
Callers
1
runTest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected