I will be out of the office starting 03.03.2003 and will not return until
07.03.2003.
I will respond to your message when I return.
--
This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please
not
Regarding suiterunner vs JUnit, I prefer the suiterunner API:
test methods can throw Exceptions, also assertion failures generate
Exceptions so you can put one catch(Exception) at the bottom of your method and
print out any useful info before throwing the exception on, rather than
separa
On Wednesday, March 26, 2003, at 11:46 AM, Nathaniel Spurling wrote:
>
> Regarding suiterunner vs JUnit, I prefer the suiterunner API:
>
> test methods can throw Exceptions, also assertion failures
> generate Exceptions so you can put one catch(Exception