MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / expectedToFail

Method expectedToFail

extern/Catch2/catch.hpp:14139–14141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14137 return ( properties & (ShouldFail | MayFail ) ) != 0;
14138 }
14139 bool TestCaseInfo::expectedToFail() const {
14140 return ( properties & (ShouldFail ) ) != 0;
14141 }
14142
14143 std::string TestCaseInfo::tagsAsString() const {
14144 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected