Searched refs:handleNonExpr (Results 1 – 6 of 6) 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 | 81 virtual void handleNonExpr
|
D | catch_run_context.h | 73 void handleNonExpr
|
D | catch_run_context.cpp | 455 handleNonExpr(info, Catch::ResultWas::DidntThrowException, reaction); in handleUnexpectedExceptionNotThrown() 487 void RunContext::handleNonExpr( in handleNonExpr() function in Catch::RunContext
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2475 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/ |
D | catch.hpp | 2497 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
|