May 23, 2013
2:26 p.m.
On 23 May 2013, at 15:59, Camillo Bruni <camillobruni@gmail.com> wrote:
why? To me this does not make sense. I'd expect
Error subclass: #AssertionFailure
Yeah, I have asked myself the same question quite often. I often write self assert: <some condition> in production code, but then an #on:do: handler specifying only Error won't catch the AssertionFailure exceptions. I would guess it has something to do with SUnit logic ? Sven