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

Method expectedToFail

test/expected/catch.hpp:13917–13919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13915 return ( properties & (ShouldFail | MayFail ) ) != 0;
13916 }
13917 bool TestCaseInfo::expectedToFail() const {
13918 return ( properties & (ShouldFail ) ) != 0;
13919 }
13920
13921 std::string TestCaseInfo::tagsAsString() const {
13922 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected