MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / throws

Method throws

unittests/catch.hpp:9932–9934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9930 return ( properties & IsHidden ) != 0;
9931 }
9932 bool TestCaseInfo::throws() const {
9933 return ( properties & Throws ) != 0;
9934 }
9935 bool TestCaseInfo::okToFail() const {
9936 return ( properties & (ShouldFail | MayFail ) ) != 0;
9937 }

Callers 1

matchTestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected