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

Method throws

extlibs/catch/include/catch/catch.hpp:13555–13557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13553 return ( properties & IsHidden ) != 0;
13554 }
13555 bool TestCaseInfo::throws() const {
13556 return ( properties & Throws ) != 0;
13557 }
13558 bool TestCaseInfo::okToFail() const {
13559 return ( properties & (ShouldFail | MayFail ) ) != 0;
13560 }

Callers 1

isThrowSafeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected