MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / expectedToFail

Method expectedToFail

deps/Catch/catch.hpp:14038–14040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14036 return ( properties & (ShouldFail | MayFail ) ) != 0;
14037 }
14038 bool TestCaseInfo::expectedToFail() const {
14039 return ( properties & (ShouldFail ) ) != 0;
14040 }
14041
14042 std::string TestCaseInfo::tagsAsString() const {
14043 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected