MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / throws

Method throws

extern/Catch2/catch.hpp:14133–14135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14131 return ( properties & IsHidden ) != 0;
14132 }
14133 bool TestCaseInfo::throws() const {
14134 return ( properties & Throws ) != 0;
14135 }
14136 bool TestCaseInfo::okToFail() const {
14137 return ( properties & (ShouldFail | MayFail ) ) != 0;
14138 }

Callers 1

isThrowSafeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected