Home
last modified time | relevance | path

Searched refs:handleNonExpr (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_assertionhandler.cpp102 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected()
105 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected()
113 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
Dcatch_interfaces_capture.h72 virtual void handleNonExpr
Dcatch_run_context.h73 void handleNonExpr
Dcatch_run_context.cpp446 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
478 void RunContext::handleNonExpr( in handleNonExpr() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp2126 virtual void handleNonExpr
6174 void handleNonExpr
6336 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected()
6339 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected()
6347 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
10675 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
10707 void RunContext::handleNonExpr( in handleNonExpr() function in Catch::RunContext