MCPcopy Create free account
hub / github.com/apache/thrift / useActiveException

Method useActiveException

compiler/cpp/tests/catch/catch.hpp:9045–9049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9043 }
9044
9045 void ResultBuilder::useActiveException( ResultDisposition::Flags resultDisposition ) {
9046 m_assertionInfo.resultDisposition = resultDisposition;
9047 m_stream.oss << Catch::translateActiveException();
9048 captureResult( ResultWas::ThrewException );
9049 }
9050
9051 void ResultBuilder::captureResult( ResultWas::OfType resultType ) {
9052 setResultType( resultType );

Callers 1

runCurrentTestMethod · 0.80

Calls 1

translateActiveExceptionFunction · 0.85

Tested by

no test coverage detected