MCPcopy Create free account
hub / github.com/Profactor/cv-plot / expectedToFail

Method expectedToFail

CvPlot/ext/catch2/inc/catch.hpp:13899–13901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13897 return ( properties & (ShouldFail | MayFail ) ) != 0;
13898 }
13899 bool TestCaseInfo::expectedToFail() const {
13900 return ( properties & (ShouldFail ) ) != 0;
13901 }
13902
13903 std::string TestCaseInfo::tagsAsString() const {
13904 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected