Function handleExceptionThrownAsExpected
Synopsis
#include <include/internal/catch_assertionhandler.h>
void handleExceptionThrownAsExpected()
Description
No description yet.
Source
Lines 101-103 in include/internal/catch_assertionhandler.cpp. Line 71 in include/internal/catch_assertionhandler.h.
void AssertionHandler::handleExceptionThrownAsExpected() {
m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction);
}