MCPcopy Create free account
hub / github.com/apache/trafficserver / throws

Method throws

lib/catch2/catch.hpp:14131–14133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

isThrowSafeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected