Nathaniel Spurling is out of the office.

2003-03-03 Thread Nathaniel Spurling
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

RE: Artima SuiteRunner Task

2003-03-26 Thread Nathaniel Spurling
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

Re: Artima SuiteRunner Task

2003-03-26 Thread Nathaniel Spurling
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