I have unittests using the Phil Squared's Catch Testing framework in combination with some third party code that is using assert.
During development it happens quiet often that through some bug assertions are raised and the program is aborted. In these cases, Catch doesn't report any logs and other diagnostic info.
Is there a way to "redirect" this program abortion and let Catch deal with it ?