Function ~AssertionHandler
Synopsis
#include <include/internal/catch_assertionhandler.h>
~AssertionHandler()
Description
No description yet.
Source
Lines 56-60 in include/internal/catch_assertionhandler.h.
~AssertionHandler() {
if ( !m_completed ) {
m_resultCapture.handleIncomplete( m_assertionInfo );
}
}