On 23 May 2013, at 15:59, Camillo Bruni <[email protected]> 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

Reply via email to