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

Method expectedToFail

tests/catch.hpp:11476–11478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11474 return ( properties & (ShouldFail | MayFail ) ) != 0;
11475 }
11476 bool TestCaseInfo::expectedToFail() const {
11477 return ( properties & (ShouldFail ) ) != 0;
11478 }
11479
11480 std::string TestCaseInfo::tagsAsString() const {
11481 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected