Examining errors and failures with Squeak SUnit

Valloud Andres Andres.Valloud at oya.state.or.us
Tue Aug 6 22:21:03 UTC 2002


Hello.

> I think I must be missing something.  I'm finding examining errors and
failure with SUnit to be very painful.

When debugging failures, the first debugger opens before the test starts
executing.  This is good to see why something breaks before it breaks.  If
you just want to see what broke, hit proceed and another debugger will open
at the first failure.  This is a feature.

When debugging errors, you just get a debugger when the first unhandled
exception is raised in the test method.  This just shows you what broke
beyond repair.

I hope this helps,
Andres.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020806/7ff53450/attachment.htm


More information about the Squeak-dev mailing list