<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: Examining errors and failures with Squeak SUnit</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hello.</FONT>
</P>

<P><FONT SIZE=2>&gt; I think I must be missing something.&nbsp; I'm finding examining errors and</FONT>
<BR><FONT SIZE=2>failure with SUnit to be very painful.</FONT>
</P>

<P><FONT SIZE=2>When debugging failures, the first debugger opens before the test starts executing.&nbsp; This is good to see why something breaks before it breaks.&nbsp; If you just want to see what broke, hit proceed and another debugger will open at the first failure.&nbsp; This is a feature.</FONT></P>

<P><FONT SIZE=2>When debugging errors, you just get a debugger when the first unhandled exception is raised in the test method.&nbsp; This just shows you what broke beyond repair.</FONT></P>

<P><FONT SIZE=2>I hope this helps,</FONT>
<BR><FONT SIZE=2>Andres.</FONT>
</P>

</BODY>
</HTML>