Searched refs:handleNonExpr (Results 1 – 5 of 5) sorted by relevance
/external/catch2/include/internal/ |
D | catch_assertionhandler.cpp | 102 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()
|
D | catch_interfaces_capture.h | 72 virtual void handleNonExpr
|
D | catch_run_context.h | 73 void handleNonExpr
|
D | catch_run_context.cpp | 446 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown() 478 void RunContext::handleNonExpr( in handleNonExpr() function in Catch::RunContext
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2126 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
|