MCPcopy Create free account
hub / github.com/Profactor/cv-plot / throws

Method throws

CvPlot/ext/catch2/inc/catch.hpp:13893–13895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13891 return ( properties & IsHidden ) != 0;
13892 }
13893 bool TestCaseInfo::throws() const {
13894 return ( properties & Throws ) != 0;
13895 }
13896 bool TestCaseInfo::okToFail() const {
13897 return ( properties & (ShouldFail | MayFail ) ) != 0;
13898 }

Callers 1

isThrowSafeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected