Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ expectedToFail
Method
expectedToFail
tests/catch.hpp:16399–16402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16397
return (properties & (ShouldFail | MayFail)) != 0;
16398
}
16399
bool TestCaseInfo::expectedToFail() const
16400
{
16401
return (properties & (ShouldFail)) != 0;
16402
}
16403
16404
std::string TestCaseInfo::tagsAsString() const
16405
{
Callers
1
runTest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected