MCPcopy Create free account
hub / github.com/catchorg/Catch2 / expectedToFail

Method expectedToFail

extras/catch_amalgamated.cpp:1796–1798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794 return applies( properties & (TestCaseProperties::ShouldFail | TestCaseProperties::MayFail ) );
1795 }
1796 bool TestCaseInfo::expectedToFail() const {
1797 return applies( properties & (TestCaseProperties::ShouldFail) );
1798 }
1799
1800 void TestCaseInfo::addFilenameTag() {
1801 std::string combined("#");

Callers 3

printFunction · 0.45
runTestMethod · 0.45
writePropertiesFunction · 0.45

Calls 1

appliesFunction · 0.70

Tested by

no test coverage detected