I agree! My "assert" would log an error, show the error and then abort.
Sorry for the misunderstanding, but I used the term exception in a generally and did not specifically refer to the C++ exception handling. More precisely put, I was unsure if QtTest might intercept the assert.
Intercepting my own assert handling is actually what I have done now and it seems to give me expected results. QtTets can actually catch C++ exception thrown by the test methods.
Bookmarks