MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / expectedToFail

Method expectedToFail

Source/ThirdParty/catch2/catch.hpp:14130–14132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14128 return ( properties & (ShouldFail | MayFail ) ) != 0;
14129 }
14130 bool TestCaseInfo::expectedToFail() const {
14131 return ( properties & (ShouldFail ) ) != 0;
14132 }
14133
14134 std::string TestCaseInfo::tagsAsString() const {
14135 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected