MCPcopy 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}
16399bool TestCaseInfo::expectedToFail() const
16400{
16401 return (properties & (ShouldFail)) != 0;
16402}
16403
16404std::string TestCaseInfo::tagsAsString() const
16405{

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected