MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / expectedToFail

Method expectedToFail

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9851–9853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9849 return (properties & (ShouldFail | MayFail)) != 0;
9850}
9851bool TestCaseInfo::expectedToFail() const {
9852 return (properties & (ShouldFail)) != 0;
9853}
9854
9855std::string TestCaseInfo::tagsAsString() const {
9856 std::string ret;

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected