Home
last modified time | relevance | path

Searched refs:handleNonExpr (Results 1 – 6 of 6) 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.h81 virtual void handleNonExpr
Dcatch_run_context.h73 void handleNonExpr
Dcatch_run_context.cpp455 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
487 void RunContext::handleNonExpr( in handleNonExpr() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp2475 virtual void handleNonExpr
8058 void handleNonExpr
8226 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected()
8229 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected()
8237 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
12895 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
12927 void RunContext::handleNonExpr( in handleNonExpr() function in Catch::RunContext
/external/libabigail/tests/lib/
Dcatch.hpp2497 virtual void handleNonExpr
8113 void handleNonExpr
8281 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionThrownAsExpected()
8284 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleExceptionNotThrownAsExpected()
8292 m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); in handleThrowingCallSkipped()
13038 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown()
13070 void RunContext::handleNonExpr( in handleNonExpr() function in Catch::RunContext